https://github.com/blackducksoftware/detect
Scanning and analysis for Black Duck SCA products.
https://github.com/blackducksoftware/detect
integration-team sig solution
Last synced: 24 days ago
JSON representation
Scanning and analysis for Black Duck SCA products.
- Host: GitHub
- URL: https://github.com/blackducksoftware/detect
- Owner: blackducksoftware
- License: apache-2.0
- Created: 2019-02-13T17:43:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T03:55:31.000Z (28 days ago)
- Last Synced: 2025-04-01T04:29:38.174Z (28 days ago)
- Topics: integration-team, sig, solution
- Language: Java
- Homepage:
- Size: 228 MB
- Stars: 170
- Watchers: 24
- Forks: 76
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## 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
[](https://opensource.org/licenses/Apache-2.0)
[](https://sonarcloud.io/dashboard?id=com.blackduck.integration%3Adetect)## Where can I get the latest release?
*Available from GitHub for Linux/MacOS by running:*
```bash
bash <(curl -s -L https://detect.blackduck.com/detect10.sh)
```*Available from GitHub for Windows by running in **command prompt**:*
```cmd
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**:*
```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](https://detect.blackduck.com).
For AirGap, please use our [Repo](https://repo.blackduck.com/bds-integrations-release/com/blackduck/integration/detect/).
## Documentation
The latest quickstart documentation is [here](https://documentation.blackduck.com/bundle/detect/page/gettingstarted/quickstart.html).
The latest full documentation is [here](https://documentation.blackduck.com/bundle/detect/page/introduction.html).
## Getting help
Additional information and help is available from the
[Black Duck Software Community](https://community.blackduck.com/s/ ).