actions-marketplace-validations/blackduck-report-action
Create Black Duck Report and download it
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| blackduck-url | url to Black Duck instance | yes | — |
| blackduck-token | Black Duck API token | yes | — |
| project | Project name in Black Duck | yes | — |
| version | Version in Black Duck | yes | — |
| report-format | sbomType "SPDX_22", "SPDX_23", "SPDX_30" allows reportFormat values of "JSON", "RDF", "TAGVALUE" or "YAML". sbomType "CYCLONEDX_13", "CYCLONEDX_14", "CYCLONEDX_15", "CYCLONEDX_16" allows reportFormat values of "JSON". sbomType "VERSION_LICENSE" allows reportFormat value "TEXT". | — | JSON |
| sbom-type | Type of SBOM report. Allowed values - SPDX_22, SPDX_23, SPDX_30, CYCLONEDX_13, CYCLONEDX_14, CYCLONEDX_15, CYCLONEDX_16, or VERSION_LICENSE | — | SPDX_22 |
| blackduck-root-cert | CA of self-signed certificate | no | — |
Outputs
| name | description |
|---|---|
| sbom-file | SBOM filename if created |
| sbom-contents | SBOM content if created |