We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5841b commit 33d11d7Copy full SHA for 33d11d7
.github/workflows/cve-scanning-node.yml
@@ -22,5 +22,5 @@ jobs:
22
node-version: ${{ matrix.node-version }}
23
- run: npm config set package-lock false
24
# TODO - this is ignoring package-lock.json
25
- - run: npm install --prod
+ - run: npm install --prod --ignore-scripts
26
- run: npx --yes auditjs ossi --whitelist allow-list.json
0 commit comments