Skip to content

Commit 232472e

Browse files
Merge pull request #299 from shiftstack/snyk
OCPBUGS-25859: CARRY: Add Snyk security scan config
2 parents 5eb2ba1 + 136bc08 commit 232472e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.snyk

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
# https://docs.snyk.io/snyk-cli/commands/ignore
44
exclude:
55
global:
6-
- vendor/**
7-
- **/vendor/**
6+
- "**/vendor/**"
7+
- "hack/**"
8+
- "test/**"
9+
- "**/*_test.go"

0 commit comments

Comments
 (0)