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 9eaf007 commit f105452Copy full SHA for f105452
1 file changed
.github/workflows/generate-npm-sbom.yml
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Generate SBOM
69
run: |
70
- cyclonedx-npm --output-format json --output-file bom.json
+ cyclonedx-npm --output-format json --output-file bom.json --omit dev
71
72
- name: Extract product version
73
id: version
0 commit comments