We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e5cd3 commit 7ca293fCopy full SHA for 7ca293f
.github/workflows/snyk.yaml
@@ -14,4 +14,4 @@ jobs:
14
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
15
DEBUG: '*snyk*'
16
with:
17
- args: --all-projects --configuration-matching='^runtimeClasspath$' --severity-threshold=high
+ args: --all-projects --configuration-matching='^runtimeClasspath$' --severity-threshold=high --policy-path=$PWD/.snyk
.snyk
@@ -0,0 +1,5 @@
1
+# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2
+version: v1.25.0
3
+# ignores vulnerabilities until expiry date; change duration by modifying expiry date
4
+ignore:
5
+patch: {}
0 commit comments