Skip to content

Commit

Permalink
WIP: test for SAST security fix (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
s1061123 committed Apr 11, 2024
1 parent 28f34fa commit c9a6ba2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .snyk
@@ -0,0 +1,13 @@
# 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.go"
- vendor/github.com/google/uuid
- vendor/github.com/Microsoft/go-winio/pkg/guid
- vendor/golang.org/x/tools/cmd/stringer
- vendor/golang.org/x/tools/internal/pkgbits
- vendor/k8s.io/client-go/util/cert
- vendor/k8s.io/klog
- vendor/k8s.io/klog/v2

0 comments on commit c9a6ba2

Please sign in to comment.