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.
2 parents ca6fa7c + ca1c05e commit 8362b7eCopy full SHA for 8362b7e
.github/workflows/security_analysis.yml
@@ -51,16 +51,16 @@ jobs:
51
run: npm install --global @cyclonedx/cyclonedx-npm
52
- name: Generate SBOM file
53
run: npx @cyclonedx/cyclonedx-npm --output-file sbom.json
54
- - name: Scan SBOM
55
- uses: anchore/scan-action@v3
56
- with:
57
- sbom: "sbom.json"
58
- output-format: table
59
- name: Upload SBOM artifact
60
uses: actions/upload-artifact@v3
61
with:
62
name: sbom
63
path: sbom.json
+ - name: Scan SBOM
+ uses: anchore/scan-action@v3
+ with:
+ sbom: "sbom.json"
+ output-format: table
64
65
bearer:
66
name: Bearer
0 commit comments