Skip to content

Commit c3638d5

Browse files
Merge pull request #194 from elmiko/add-snyk-file
OCPBUGS-26111: add snyk file
2 parents c83e4bb + 8f65cf8 commit c3638d5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.snyk

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# References:
2+
# https://docs.snyk.io/scan-applications/snyk-code/using-snyk-code-from-the-cli/excluding-directories-and-files-from-the-snyk-code-cli-test
3+
# https://docs.snyk.io/snyk-cli/commands/ignore
4+
exclude:
5+
global:
6+
- "vendor/**"
7+
- "**/vendor/**"
8+
- "test/**"
9+
SNYK_CODE_WARNING:
10+
- "cmd/clusterctl/client/cluster/template.go":
11+
reason: "Target command is not exposed to users in OpenShift"

0 commit comments

Comments
 (0)