Created
July 20, 2022 18:57
-
-
Save mattatsnyk/4bdb6cc72d06343a40b77d3c00e1c4a9 to your computer and use it in GitHub Desktop.
.snyk example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. | |
version: v1.25.0 | |
# ignores vulnerabilities until expiry date; change duration by modifying expiry date | |
ignore: | |
'snyk:lic:golang:symbol:MPL-2.0': | |
- '*': | |
reason: this license is fine for keptn | |
created: 2022-07-12T09:35:29.655Z | |
patch: {} | |
exclude: | |
global: | |
- '**/*.spec.ts' | |
# reason: typescript test files | |
# created: 2022-07-12T09:24:40.510Z | |
- '**/*_test.go' | |
# reason: go test files | |
# created: 2022-07-14T05:47:36.373Z | |
- 'test/**' | |
# reason: zero downtime and integration tests | |
# created: 2022-07-20T12:23:41.321Z |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment