We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npx lockfile-lint --path package-lock.json
1 parent 24dec8f commit 5ebebadCopy full SHA for 5ebebad
.github/workflows/test.yml
@@ -42,3 +42,6 @@ jobs:
42
- name: Ensure dependencies are compatible with the version of node
43
run: npx ls-engines
44
- run: npm run lint
45
+ # Scan lockfile for security issues
46
+ # https://github.com/lirantal/lockfile-lint#readme
47
+ - run: npx lockfile-lint --path package-lock.json
0 commit comments