Merge pull request #6 from privilegedescalation/chore/add-npm-audit-to-ci
ci: add npm audit to shared plugin CI
This commit is contained in:
@@ -41,3 +41,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: npm test
|
run: npm test
|
||||||
|
|
||||||
|
- name: Security audit
|
||||||
|
run: npm audit --omit=dev
|
||||||
|
|||||||
Reference in New Issue
Block a user