forked from redhat-cne/cloud-event-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.snyk
More file actions
14 lines (14 loc) · 693 Bytes
/
.snyk
File metadata and controls
14 lines (14 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
# 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/**" # ProdSec encourages not to ignore the entire vendor/* directories
- "unpacked_remote_sources/cachito-gomod-with-deps/app/vendor/**"
- "**/*_test.go"
- "test/**" # test code only
- "vendor/github.com/onsi/ginkgo/**" # test code only
- hack # scripts only
- bin # this binary folder is not in git repo. Exclude this when run snyk locally.
patch: {}