Skip to content

Commit

Permalink
Merge pull request #289 from racheljpg/snykvendor-4.15
Browse files Browse the repository at this point in the history
OCPBUGS-24296: Add Snyk file to exclude vendor directory on scan
  • Loading branch information
openshift-merge-bot[bot] authored Dec 22, 2023
2 parents becb402 + c7c5c85 commit acc3955
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -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 acc3955

Please sign in to comment.