Skip to content

Commit 7ca293f

Browse files
committed
Add .snyk file
1 parent d4e5cd3 commit 7ca293f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/snyk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
1515
DEBUG: '*snyk*'
1616
with:
17-
args: --all-projects --configuration-matching='^runtimeClasspath$' --severity-threshold=high
17+
args: --all-projects --configuration-matching='^runtimeClasspath$' --severity-threshold=high --policy-path=$PWD/.snyk

.snyk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)