diff --git a/ci/.snyk b/ci/.snyk new file mode 100644 index 00000000..ce40ef1a --- /dev/null +++ b/ci/.snyk @@ -0,0 +1,8 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.14.1 +ignore: {} +# patches apply the minimum changes required to fix a vulnerability +patch: + SNYK-JS-LODASH-567746: + - getos > async > lodash: + patched: '2020-05-01T07:59:35.714Z' diff --git a/ci/package.json b/ci/package.json index 7dad216b..fa939159 100644 --- a/ci/package.json +++ b/ci/package.json @@ -9,6 +9,12 @@ "chalk": "^2.3.0", "getos": "^3.1.0", "moment": "^2.20.1", - "request": "^2.83.0" - } + "request": "^2.83.0", + "snyk": "^1.316.1" + }, + "scripts": { + "snyk-protect": "snyk protect", + "prepare": "yarn run snyk-protect" + }, + "snyk": true }