Skip to content

Commit

Permalink
more snyk exclusions (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
maskarb authored Feb 1, 2024
1 parent f606380 commit c15a2d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ exclude:
# Exclude any file with a specific extension in the specific directory. For example, - tests/.js
# - directory_name/.ext
# Exclude files with a specific ending in any directory. For example, - “*.spec.js”
# - "*.ending.ext"
- "*tests?.go"
# Exclude files in directories that have the same name with a different ending, like “test” and “tests”. The last character before the question mark is optional. For example, - tests?/
# - directory_name?/
# Exclude all files and directories in a specific directory. For example, - tests/
- koku-metrics-operator/**
- scripts/**
- testing/**
- vendor/**

0 comments on commit c15a2d5

Please sign in to comment.