ci: don't block build on anchore alerts
This commit is contained in:
parent
a4fbe3c8df
commit
38c1cf4373
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -86,7 +86,7 @@ jobs:
|
|||
id: scan
|
||||
with:
|
||||
image: local/zerobyte:ci
|
||||
fail-build: true
|
||||
fail-build: false
|
||||
only-fixed: true
|
||||
severity-cutoff: critical
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue