Use this action to scan repositories for dependency vulnerabilities with the Blackduck Software Composition Analysis (SCA) scanner.
Input name | Data type | Required? | Description |
---|---|---|---|
|
String |
Yes |
The Blackduck server URL. |
|
String |
Yes |
The Blackduck api token. |
|
String |
No |
The Blackduck project name. |
|
String |
No |
The Blackduck project version. |
In your YAML file, add:
- name: Scan with Blackduck SCA
uses: cloudbees-io/blackduck-sca-scan-dependency@v1
with:
server-url: 'https://blackduck.saas.com'
api-token: 'YzUwN2Mz=='
This code is made available under the MIT license.
-
Learn more about using actions in CloudBees workflows.
-
Learn about the CloudBees platform.