We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d2860 commit 3bcc812Copy full SHA for 3bcc812
.snyk
@@ -0,0 +1,13 @@
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
+ - "hack/**"
8
+ - "tests/**"
9
+ - "**/*_test.go"
10
+ - "charts/**"
11
+ - "examples/**"
12
+ - "manifests/**"
13
+ - "unpacked_remote_sources/**"
0 commit comments