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 30
30
"lint-tests" : " tsc -p ./tsconfig.test.json; eslint . --ext .js,.ts --parser-options=project:./tsconfig.test.json" ,
31
31
"precommit" : " pretty-quick --staged" ,
32
32
"test" : " jest --coverage" ,
33
- "travisci" : " npm run lint && npm run test && codecov"
33
+ "travisci" : " npm run lint && npm run test && codecov && npx snyk test "
34
34
},
35
35
"devDependencies" : {
36
36
"@babel/cli" : " ^7.5.5" ,
72
72
"escape-string-regexp" : " ^1.0.5" ,
73
73
"pandemonium" : " ^1.4.1" ,
74
74
"regexp-tree" : " 0.1.11"
75
- }
75
+ },
76
+ "snyk" : true
76
77
}
You can’t perform that action at this time.
0 commit comments