Skip to content

Commit 3c1b0c6

Browse files
authored
Try excluding test modules from Snyk (#829)
1 parent 92ed6f5 commit 3c1b0c6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.snyk

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities
2+
version: v1.25.0
3+
exclude:
4+
global:
5+
- processor/**
6+
- test-utils/**
7+
- it/**
8+
- common/src/test/**
9+
- core/src/test/**
10+
- '**/*Test.java'

0 commit comments

Comments
 (0)