Skip to content

Commit c36fe3d

Browse files
cunningtCroway
authored andcommitted
Add snyk file to ignore tests in SAST analysis
1 parent 013945d commit c36fe3d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ target
33
*.ipr
44
*.iws
55
.idea
6+
.dccache
67
.DS_Store
78
.classpath
89
.ekstazi

.snyk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
exclude:
2+
global:
3+
- "*IT.java"
4+
- "*Test.java"

0 commit comments

Comments
 (0)