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