All Projects → blackducksoftware → synopsys-detect

blackducksoftware / synopsys-detect

Licence: Apache-2.0 license
Scanning and analysis for Synopsys products.

Programming Languages

java
68154 projects - #9 most used programming language
FreeMarker
481 projects

Projects that are alternatives of or similar to synopsys-detect

blackduck-alert
Processes notifications from BlackDuck and sends them to supported distribution channels
Stars: ✭ 19 (-81.37%)
Mutual labels:  solution, sig, integration-team
synopsys-coverity-plugin
Coverity plugin for Jenkins
Stars: ✭ 20 (-80.39%)
Mutual labels:  solution, sig, integration-team
hub-detect
This is now deprecated. Please see synopsys-detect.
Stars: ✭ 38 (-62.75%)
Mutual labels:  solution, integration-team
framework
Solu Framework is a full featured, ORM-backed, isomorphic framework using RPython, Pouch/CouchDB and React.
Stars: ✭ 20 (-80.39%)
Mutual labels:  solution
scalable-form-platform
A solution for building dynamic web forms with visual editor
Stars: ✭ 109 (+6.86%)
Mutual labels:  solution
dsge
Course on Dynamic Stochastic General Equilibrium (DSGE): Models, Solution, Estimation (graduate level)
Stars: ✭ 41 (-59.8%)
Mutual labels:  solution
the-c-programming-language-2nd-edition-solutions
Solutions to the exercises in the book "The C Programming Language" (2nd edition) by Brian W. Kernighan and Dennis M. Ritchie. This book is also referred to as K&R.
Stars: ✭ 245 (+140.2%)
Mutual labels:  solution
fa
Automation tool for locating symbols & structs in binary (primary IDA focused)
Stars: ✭ 58 (-43.14%)
Mutual labels:  sig
gisjogja
GISJOGJA - aplikasi web based sistem informasi geografis (SIG) / GIS wisata kota JOGJA - www.firstplato.com
Stars: ✭ 17 (-83.33%)
Mutual labels:  sig
assembly-solution
一些汇编习题的解答
Stars: ✭ 31 (-69.61%)
Mutual labels:  solution
Nlp Competitions List Review
复盘所有NLP比赛的TOP方案,只关注NLP比赛,持续更新中!
Stars: ✭ 1,997 (+1857.84%)
Mutual labels:  solution
ByteDev.DotNet
Set of classes for reading .NET solution and project files.
Stars: ✭ 13 (-87.25%)
Mutual labels:  solution
leetcode
A set of practice note, solution, complexity analysis and test bench to leetcode problem set
Stars: ✭ 31 (-69.61%)
Mutual labels:  solution
Xrm-Quick-Edit
A Dynamics CRM Add-In for speeding up tasks such as translating or toggling field security on or off
Stars: ✭ 13 (-87.25%)
Mutual labels:  solution
NLP-Specialization
NLP Specialization (Natural Language Processing) made by deeplearning.ai
Stars: ✭ 44 (-56.86%)
Mutual labels:  solution
Solution-to-Algebra-Chapter-0
Solution to Algebra, Chapter 0
Stars: ✭ 39 (-61.76%)
Mutual labels:  solution
sigsby
Sistem Informasi Geografis (SIG) / GIS Wisata Kota Surabaya Berbasis Web - www.firstplato.com
Stars: ✭ 23 (-77.45%)
Mutual labels:  sig
Restaurant-Management-System
👨‍🍳 An Android based RMS that aims to digitalize the day to day processes of various restaurant operations including ordering, billing, kitchen, hall and inventory management.
Stars: ✭ 105 (+2.94%)
Mutual labels:  integration-team

Overview

Synopsys Detect is Black Duck's intelligent scan client that scans code bases in your projects and folders to perform compositional analysis. Synopsys Detect sends scan results to Black Duck, which generates risk analysis when identifying open source components, licenses, and security vulnerabilities.

Build

Build Status Coverage Status License Black Duck Security Risk Quality Gate Status

Where can I get the latest release?

Available from GitHub for Linux/MacOS by running:

bash <(curl -s -L https://detect.synopsys.com/detect8.sh)

Available from GitHub for Windows by running in command prompt:

powershell "[Net.ServicePointManager]::SecurityProtocol = 'tls12'; irm https://detect.synopsys.com/detect8.ps1?$(Get-Random) | iex; detect"

Available from GitHub for Windows/Linux by running in powershell:

[Net.ServicePointManager]::SecurityProtocol = 'tls12'; $Env:DETECT_EXIT_CODE_PASSTHRU=1; irm https://detect.synopsys.com/detect8.ps1?$(Get-Random) | iex; detect

For scripts, please see Detect Scripts.

For AirGap, please use our Artifactory.

Documentation

The latest quickstart documentation is here.

The latest full documentation is here.

Links to certain earlier versions can be found here.

Getting help

Additional information and help is available from the Synopsys Software Integrity Community.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].