Skip to content

Commit

Permalink
chore: adding global flag for cyclonedx-npm
Browse files Browse the repository at this point in the history
  • Loading branch information
dbtools-antcampo committed Aug 6, 2024
1 parent 76346c8 commit daaf4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbom_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
- type: Command
name: "Install dependencies & cyclonedx-node-npm package"
command: |
npm instal --ignore-scripts && npm install --ignore-scripts --save-dev @cyclonedx/cyclonedx-npm
npm instal --ignore-scripts && npm install --ignore-scripts -g @cyclonedx/cyclonedx-npm
- type: Command
name: "Run cyclonedx-node-npm package"
command: |
Expand Down

0 comments on commit daaf4bd

Please sign in to comment.