Skip to content

blackducksoftware/detect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dbe8321 · Sep 26, 2023
Apr 4, 2023
Aug 29, 2023
Dec 3, 2021
May 9, 2023
Sep 26, 2023
Sep 12, 2023
Aug 15, 2023
Sep 13, 2023
Dec 7, 2021
Jun 6, 2023
Sep 26, 2023
Apr 5, 2023
Aug 14, 2020
Oct 14, 2021
Aug 29, 2023
Jun 20, 2019
Jun 2, 2021
Sep 14, 2023
Dec 7, 2021
Feb 17, 2021
May 19, 2022
Sep 25, 2023

Repository files navigation

Overview

Synopsys Detect scans code bases in your projects and folders to perform compositional analysis and functions as an intelligent scan client for Black Duck and other Synopsys SCA products. Synopsys Detect can send scan results to Black Duck, which generates risk analysis when identifying open source components, licenses, and security vulnerabilities.

Build

License 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/detect9.sh)

Available from GitHub for Windows by running in command prompt:

powershell "[Net.ServicePointManager]::SecurityProtocol = 'tls12'; irm https://detect.synopsys.com/detect9.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/detect9.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.