Skip to content

Commit 136bc08

Browse files
committed
OCPBUGS-25859: CARRY: Add Snyk security scan config
In addition to vendor directories, we can ignore things that do not end up in the product.
1 parent d1de8c6 commit 136bc08

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)