Skip to content

Commit

Permalink
Add .snyk config (#2673)
Browse files Browse the repository at this point in the history
Ignore examples dir

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
  • Loading branch information
mauromorales authored Jun 27, 2024
1 parent e54143a commit b1a1570
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.0
ignore: {}
patch: {}
exclude:
global:
- examples/*:
reason: Examples
created: 2024-06-27T12:24:25.950Z

0 comments on commit b1a1570

Please sign in to comment.