We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 412cdbe + b79ec63 commit e10b49bCopy full SHA for e10b49b
2 files changed
.snyk
@@ -0,0 +1,10 @@
1
+# Snyk (https://snyk.io) policy file
2
+---
3
+exclude:
4
+ # Exclusion syntax: https://docs.snyk.io/scan-with-snyk/import-project-repository/exclude-directories-and-files-from-project-import#syntax-to-use-to-exclude-files-and-directories-from-snyk-code-testing
5
+ global:
6
+ # The vendor directory corresponds to the go.mod, which Snyk already scans
7
+ # for vulnerable versions of dependencies.
8
+ - vendor
9
+ # Test files are excluded from non-test builds and cannot affect production.
10
+ - "*_test.go"
CODEOWNERS
@@ -0,0 +1 @@
+.snyk @nicheinc/sre @nicheinc/delta-be
0 commit comments