diff --git a/.snyk b/.snyk new file mode 100644 index 0000000000..7155441c13 --- /dev/null +++ b/.snyk @@ -0,0 +1,9 @@ +# References: +# https://docs.snyk.io/scan-applications/snyk-code/using-snyk-code-from-the-cli/excluding-directories-and-files-from-the-snyk-code-cli-test +# https://docs.snyk.io/snyk-cli/commands/ignore +exclude: + global: + - "**/vendor/**" + - "hack/**" + - "tests/**" + - "**/*_test.go"