Skip to content

Commit

Permalink
Merge pull request #137 from shiftstack/snyk
Browse files Browse the repository at this point in the history
NO-JIRA: Add snyk configuration file
  • Loading branch information
openshift-merge-bot[bot] committed Jan 8, 2024
2 parents de7aa2e + f841d22 commit e72b106
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .snyk
@@ -0,0 +1,11 @@
# 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/**"
- "hack/**"
- "release-tools/**"
- "test/**"
- "**/*_test.go"

0 comments on commit e72b106

Please sign in to comment.