Skip to content

Commit f105452

Browse files
committed
[releng] Exclude dev dependencies from the frontend SBOM
Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
1 parent 9eaf007 commit f105452

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generate-npm-sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Generate SBOM
6969
run: |
70-
cyclonedx-npm --output-format json --output-file bom.json
70+
cyclonedx-npm --output-format json --output-file bom.json --omit dev
7171
7272
- name: Extract product version
7373
id: version

0 commit comments

Comments
 (0)