Skip to content

Commit f5b0cb6

Browse files
authored
Adding ignore scripts
1 parent c89458e commit f5b0cb6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sbom_generation.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ steps:
2727
- type: Command
2828
name: "Install CycloneDX as dependency"
2929
command: |
30-
npm install --ignore-scripts && npm install --save-dev @cyclonedx/[email protected]
30+
npm install --ignore-scripts
31+
npm install --save-dev @cyclonedx/[email protected] --ignore-scripts
32+
3133
3234
- type: Command
3335
name: "Run CycloneDX for node-cli & unit-testing packages"

0 commit comments

Comments
 (0)