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 9449511 commit 6cc653bCopy full SHA for 6cc653b
.github/workflows/sbom.yaml
@@ -51,10 +51,8 @@ jobs:
51
npm ci
52
53
- name: Generate SBOM (npm)
54
- # https://github.com/CycloneDX/gh-node-module-generatebom
55
- uses: CycloneDX/gh-node-module-generatebom@v1
56
- with:
57
- output: './bom.npm.xml'
+ run: |
+ npx @cyclonedx/cyclonedx-npm --output-format XML --output-file './bom.npm.xml'
58
59
# Pass BOMs to next Job
60
# https://github.com/actions/upload-artifact
0 commit comments