Skip to content

Commit

Permalink
Merge pull request #293 from openshift-cherrypick-robot/cherry-pick-2…
Browse files Browse the repository at this point in the history
…92-to-release-4.15

[release-4.15] OCPBUGS-26927: Add .snyk file to ignore vendor and test files
  • Loading branch information
openshift-merge-bot[bot] committed Jan 12, 2024
2 parents 0ff1f6f + ea5530a commit 0875aac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .snyk
@@ -0,0 +1,7 @@
# 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/**
- "**/*_test.go"

0 comments on commit 0875aac

Please sign in to comment.