audit security vulnerabilities as part of ci (#280)

This commit is contained in:
Bryan MacFarlane
2020-01-03 17:54:10 -05:00
committed by GitHub
parent 4e69ce10e9
commit 803934eca0
11 changed files with 18 additions and 19 deletions

View File

@@ -47,3 +47,9 @@ jobs:
- name: Format
run: npm run format-check
- name: audit tools
run: npm audit --audit-level=moderate
- name: audit packages
run: npm run audit-all