forked from openshift-kni/numaresources-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.snyk
22 lines (22 loc) · 885 Bytes
/
.snyk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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/spf13/cobra/**"
- "vendor/github.com/stretchr/testify/**"
- "vendor/github.com/stretchr/objx/**"