Skip to content

Commit 33d11d7

Browse files
maoosbenmoussati
authored andcommitted
use --ignore-scripts on cve build
1 parent 0c5841b commit 33d11d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cve-scanning-node.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
node-version: ${{ matrix.node-version }}
2323
- run: npm config set package-lock false
2424
# TODO - this is ignoring package-lock.json
25-
- run: npm install --prod
25+
- run: npm install --prod --ignore-scripts
2626
- run: npx --yes auditjs ossi --whitelist allow-list.json

0 commit comments

Comments
 (0)