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.
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.
The latest quickstart documentation is here.
The latest full documentation is here.
Links to certain earlier versions can be found here.
Additional information and help is available from the Synopsys Software Integrity Community.