Skip to content

Commit

Permalink
Merge pull request #1191 from racheljpg/snykvendor-4.14
Browse files Browse the repository at this point in the history
OCPBUGS-24998: Add Snyk file to exclude vendor directory on scan
  • Loading branch information
openshift-merge-bot[bot] committed Jan 16, 2024
2 parents 2a4b57d + 7656b34 commit a1855dc
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/**
- **/vendor/**

0 comments on commit a1855dc

Please sign in to comment.