File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ jobs:
122122 - run :
123123 name : shared-helper / npm-store-auth-token
124124 command : .circleci/shared-helpers/helper-npm-store-auth-token
125+ - run : npx snyk monitor --org=customer-products --project-name=Financial-Times/x-dash
125126 - run :
126127 name : Bump version
127128 command : npx athloi version ${CIRCLE_TAG}
@@ -136,6 +137,7 @@ jobs:
136137 - run :
137138 name : shared-helper / npm-store-auth-token
138139 command : .circleci/shared-helpers/helper-npm-store-auth-token
140+ - run : npx snyk monitor --org=customer-products --project-name=Financial-Times/x-dash
139141 - run :
140142 name : Extract tag name and version number
141143 command : |
Original file line number Diff line number Diff line change 1+ # Snyk (https://snyk.io) policy file, which patches or ignores known vulnerabilities.
2+ version: v1.13.5
3+ ignore: {}
4+ patch: {}
Original file line number Diff line number Diff line change 1212 "start-storybook" : " start-storybook -p ${STORYBOOK_PORT:-9001} -s .storybook/static -h local.ft.com" ,
1313 "build-storybook" : " build-storybook -o dist/storybook -s .storybook/static" ,
1414 "start-docs" : " (cd tools/x-docs && npm start)" ,
15- "heroku-postbuild" : " make install && npm run build"
15+ "heroku-postbuild" : " make install && npm run build" ,
16+ "prepare" : " npx snyk protect || npx snyk protect -d || true"
1617 },
1718 "devDependencies" : {
1819 "@babel/core" : " ^7.4.5" ,
3536 "react-helmet" : " ^5.2.0" ,
3637 "react-test-renderer" : " ^16.8.6" ,
3738 "sass-loader" : " ^7.1.0" ,
39+ "snyk" : " ^1.168.0" ,
3840 "style-loader" : " ^0.23.1" ,
3941 "write-file-webpack-plugin" : " ^4.5.0"
4042 },
You can’t perform that action at this time.
0 commit comments