We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f5aac commit 6908e91Copy full SHA for 6908e91
1 file changed
.github/actions/sbom-update/action.yml
@@ -14,7 +14,7 @@ runs:
14
working-directory: ${{ inputs.working-directory }}
15
run: |
16
echo "Generating SBOM for 'node' project..."
17
- npx @cyclonedx/cyclonedx-npm --omit dev --output-file sbom.json --output-format json --spec-version 1.5
+ npx @cyclonedx/cyclonedx-npm --package-lock-only--omit dev --output-file sbom.json --output-format json --spec-version 1.5
18
19
- name: Validate SBOM
20
shell: bash
0 commit comments