Skip to content

Commit

Permalink
Merge pull request #78 from racheljpg/snykfile-4.16
Browse files Browse the repository at this point in the history
OCPBUGS-27879: Add snyk exclusion file
  • Loading branch information
openshift-merge-bot[bot] committed Feb 26, 2024
2 parents 521fc9d + 74f4f92 commit 51180c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .snyk
@@ -0,0 +1,9 @@
# 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/**"
- "**/vendor/**"
- "examples/**"
- "**/templates/**"

0 comments on commit 51180c3

Please sign in to comment.