We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78159da + a1e205c commit 1be91d9Copy full SHA for 1be91d9
.circleci/config.yml
@@ -89,7 +89,7 @@ jobs:
89
steps:
90
- setup_build_environment
91
- snyk/scan:
92
- additional-arguments: --all-sub-projects
+ additional-arguments: --all-sub-projects --policy-path=.snyk
93
94
workflows:
95
version: 2
.snyk
@@ -0,0 +1,9 @@
1
+# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2
+version: v1.14.1
3
+# ignores vulnerabilities until expiry date; change duration by modifying expiry date
4
+ignore:
5
+ SNYK-JAVA-IOGRPC-571957:
6
+ - '*':
7
+ reason: No replacement available
8
+ expires: 2020-08-31T00:00:00.000Z
9
+patch: {}
0 commit comments