Skip to content

Commit 2ab3d6d

Browse files
committed
NODE-7025: Revert the devDependencies omittion
1 parent bc0a7fc commit 2ab3d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/sbom-update/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
shell: bash
1818
run: |
1919
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
20+
npx @cyclonedx/cyclonedx-npm --omit dev --package-lock-only --output-file sbom-new.json --output-format json --spec-version 1.5
2121
2222
- name: Validate SBOM presence
2323
shell: bash

0 commit comments

Comments
 (0)