-
Notifications
You must be signed in to change notification settings - Fork 237
/
.snyk
15 lines (15 loc) · 1.07 KB
/
.snyk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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/**
- apis/vendor/**
- "**/*_test.go"
ignore:
'SNYK-GOLANG-K8SIOCLIENTGOUTILJSONPATH-7540854':
- '* > k8s.io/client-go/util/jsonpath':
reason: 'Snyk mistakenly identifies v1.20.0-alpha.1 as newer than v0.29.7. client-go has a complicated history of versioning. Presumably, v1.20.0-alpha.1 referred to kubernetes-v1.20. kubernetes tags have since been prefaced by "kubernetes", whereas actual client-go versions resumed numbering from 0.x'
'SNYK-GOLANG-K8SIOCLIENTGOTRANSPORT-7538822':
- '* > k8s.io/client-go/transport':
reason: 'Snyk mistakenly identifies v1.17.0-alpha.1 as newer than v0.29.7. client-go has a complicated history of versioning. Presumably, v1.20.0-alpha.1 referred to kubernetes-v1.20. kubernetes tags have since been prefaced by "kubernetes", whereas actual client-go versions resumed numbering from 0.x'