Skip to content

Commit

Permalink
feat: add snyk file to exclude vendor folders
Browse files Browse the repository at this point in the history
this file is used for snyk integration to config snyk scan.

Signed-off-by: Karel Simon <ksimon@redhat.com>
  • Loading branch information
ksimon1 committed Oct 18, 2023
1 parent 052cdce commit 93a314e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Snyk (https://snyk.io) policy file
exclude:
global:
- vendor/**
- api/vendor/**

0 comments on commit 93a314e

Please sign in to comment.