Skip to content

Commit

Permalink
use --ignore-scripts on cve build
Browse files Browse the repository at this point in the history
  • Loading branch information
maoo authored and sbenmoussati committed Dec 14, 2022
1 parent 0c5841b commit 33d11d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cve-scanning-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm config set package-lock false
# TODO - this is ignoring package-lock.json
- run: npm install --prod
- run: npm install --prod --ignore-scripts
- run: npx --yes auditjs ossi --whitelist allow-list.json

0 comments on commit 33d11d7

Please sign in to comment.