Skip to content

Commit

Permalink
Merge pull request #159 from s1061123/test-sast
Browse files Browse the repository at this point in the history
OCPBUGS-32212: modify to invoke SAST test
  • Loading branch information
openshift-merge-bot[bot] committed Apr 15, 2024
2 parents 04ad059 + c86aad5 commit f503997
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .snyk
@@ -0,0 +1,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:
- "**/*_test.go"
- vendor/github.com/godbus/dbus/v5
- vendor/github.com/go-task/slim-sprig
- vendor/github.com/Microsoft/hcsshim
- vendor/github.com/Microsoft/go-winio/pkg/guid
- vendor/github.com/onsi/ginkgo/v2/ginkgo/internal
- vendor/github.com/onsi/ginkgo/v2/ginkgo/unfocus
- vendor/github.com/onsi/ginkgo/v2/internal
- vendor/golang.org/x/tools/cmd/stringer
- vendor/golang.org/x/tools/internal/pkgbits

0 comments on commit f503997

Please sign in to comment.