Add python and npm audits to checks.yml

This commit is contained in:
Ryan Ahearn
2022-08-25 20:36:13 +00:00
parent c982254ef0
commit fa7b1a41b8
5 changed files with 83 additions and 13 deletions

View File

@@ -10,7 +10,7 @@
"test-watch": "jest --watch --config tests/javascripts/jest.config.js tests/javascripts",
"build": "gulp",
"watch": "gulp watch",
"audit": "better-npm-audit audit --production --level high"
"audit": "better-npm-audit audit --production --level low"
},
"repository": {
"type": "git",