Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mattatsnyk/4bdb6cc72d06343a40b77d3c00e1c4a9 to your computer and use it in GitHub Desktop.
Save mattatsnyk/4bdb6cc72d06343a40b77d3c00e1c4a9 to your computer and use it in GitHub Desktop.
.snyk example
# 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