Skip to content

Commit 1be91d9

Browse files
authored
Merge pull request #3 from hypertrace/add-snyk-ignore
Ignore Snyk error since there's no available replacement
2 parents 78159da + a1e205c commit 1be91d9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090
- setup_build_environment
9191
- snyk/scan:
92-
additional-arguments: --all-sub-projects
92+
additional-arguments: --all-sub-projects --policy-path=.snyk
9393

9494
workflows:
9595
version: 2

.snyk

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

Comments
 (0)