You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-10-08 23:12:05 +02:00
fix(grype): ignore unfixed vulns
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
@@ -1,2 +1,7 @@
|
||||
add-cpes-if-none: true
|
||||
fail-on-severity: high
|
||||
output: table
|
||||
exclude:
|
||||
- "**/testdata/**"
|
||||
ignore:
|
||||
- fix-state: unknown
|
||||
|
Reference in New Issue
Block a user