feat(ci): add audit job for security

This commit is contained in:
Joe Previte
2021-04-05 16:32:01 -07:00
parent fbb5e6e6c6
commit 6f98e08bda
6 changed files with 198 additions and 4 deletions

View File

@@ -24,6 +24,7 @@
"postinstall": "./ci/dev/postinstall.sh",
"update:vscode": "./ci/dev/update-vscode.sh",
"_____": "",
"_audit": "./ci/dev/audit.sh",
"fmt": "./ci/dev/fmt.sh",
"lint": "./ci/dev/lint.sh",
"test": "echo 'Run yarn test:unit or yarn test:e2e' && exit 1",
@@ -54,6 +55,7 @@
"@types/wtfnode": "^0.7.0",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"audit-ci": "^3.1.1",
"doctoc": "^2.0.0",
"eslint": "^7.7.0",
"eslint-config-prettier": "^8.1.0",