Skip to content

blackducksoftware/detect

Folders and files

NameName
Last commit message
Last commit date
Apr 4, 2023
Nov 15, 2024
Sep 19, 2024
Sep 19, 2024
Sep 19, 2024
Mar 21, 2025
Mar 17, 2025
Mar 21, 2025
Dec 7, 2021
Mar 19, 2025
Mar 20, 2025
Aug 19, 2024
Sep 18, 2024
Sep 20, 2024
Oct 14, 2021
Oct 16, 2024
Jun 2, 2021
Mar 20, 2025
Dec 7, 2021
Feb 17, 2021
Sep 13, 2024
Feb 28, 2025

Repository files navigation

Overview

Black Duck Detect scans code bases in your projects and folders to perform compositional analysis and functions as an intelligent scan client for Black Duck SCA products. Black Duck 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.blackduck.com/detect10.sh)

Available from GitHub for Windows by running in command prompt:

powershell "[Net.ServicePointManager]::SecurityProtocol = 'tls12'; irm https://detect.blackduck.com/detect10.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.blackduck.com/detect10.ps1?$(Get-Random) | iex; detect

For scripts, please see Detect Scripts.

For AirGap, please use our Repo.

Documentation

The latest quickstart documentation is here.

The latest full documentation is here.

Getting help

Additional information and help is available from the Black Duck Software Community.