File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+ version: v1.13.5
3+ ignore: {}
4+ # patches apply the minimum changes required to fix a vulnerability
5+ patch:
Original file line number Diff line number Diff line change 3030 "lint-tests" : " tsc -p ./tsconfig.test.json; eslint . --ext .js,.ts --parser-options=project:./tsconfig.test.json" ,
3131 "precommit" : " pretty-quick --staged" ,
3232 "test" : " jest --coverage" ,
33- "travisci" : " npm run lint && npm run test && codecov"
33+ "travisci" : " npm run lint && npm run test && codecov && npx snyk test "
3434 },
3535 "devDependencies" : {
3636 "@babel/cli" : " ^7.5.5" ,
7272 "escape-string-regexp" : " ^1.0.5" ,
7373 "pandemonium" : " ^1.4.1" ,
7474 "regexp-tree" : " 0.1.11"
75- }
75+ },
76+ "snyk" : true
7677}
You can’t perform that action at this time.
0 commit comments