We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4894c00 commit af80df1Copy full SHA for af80df1
.github/workflows/automated-sbom-repo-scan.yml
@@ -23,12 +23,12 @@ jobs:
23
with:
24
path: "."
25
format: cyclonedx-json
26
- artifact-name: sbom-repo-${{ github.event.repository.name }}-${{ github.sha }}.cdx.json
+ output-file: sbom-repo-${{ github.event.repository.name }}-${{ github.sha }}.cdx.json
27
28
- uses: anchore/scan-action@v7
29
id: sbom-scan
30
31
- path: "."
+ sbom: sbom-repo-${{ github.event.repository.name }}-${{ github.sha }}.cdx.json
32
fail-build: true
33
severity-cutoff: low
34
only-fixed: true
0 commit comments