-
Notifications
You must be signed in to change notification settings - Fork 13
/
.snyk
21 lines (21 loc) · 844 Bytes
/
.snyk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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:
- "test/**"
- "**/*_test.go"
- "vendor/k8s.io/**"
- "vendor/sigs.k8s.io/**"
- "vendor/github.com/jaypipes/ghw/**"
- "vendor/github.com/k8stopologyawareschedwg/deployer/pkg/kubeletconfig/*"
- "vendor/github.com/golang/**"
- "vendor/github.com/google/**"
- "vendor/github.com/gorilla/websocket/util.go"
- "vendor/github.com/go-task/slim-sprig/**"
- "vendor/github.com/openshift/**"
- "vendor/github.com/onsi/gomega**"
- "vendor/github.com/onsi/ginkgo/**"
- "vendor/golang.org/**"
- "vendor/github.com/stretchr/testify/**"
- "vendor/github.com/stretchr/objx/**"