We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0a7fc commit 2ab3d6dCopy full SHA for 2ab3d6d
.github/actions/sbom-update/action.yml
@@ -17,7 +17,7 @@ runs:
17
shell: bash
18
run: |
19
echo "Generating SBOM for 'node' project..."
20
- npx @cyclonedx/cyclonedx-npm --package-lock-only --output-file sbom-new.json --output-format json --spec-version 1.5
+ npx @cyclonedx/cyclonedx-npm --omit dev --package-lock-only --output-file sbom-new.json --output-format json --spec-version 1.5
21
22
- name: Validate SBOM presence
23
0 commit comments