1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-27 01:33:39 +02:00
goreleaser/.grype.yaml
Carlos A Becker ffb31b46f6
fix(grype): ignore unfixed vulns
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2022-08-21 15:36:37 -03:00

8 lines
121 B
YAML

add-cpes-if-none: true
fail-on-severity: high
output: table
exclude:
- "**/testdata/**"
ignore:
- fix-state: unknown