Skip to content

Commit eed4170

Browse files
jonjohnsonjrsergiodj
authored andcommitted
Don't --require-zero in CI scan
This blocks us from updating melange if certain packages happen to have detected vulns, which doesn't make sense, especially if updating a package is blocked on a melange change. Signed-off-by: Jon Johnson <[email protected]>
1 parent 1a2498a commit eed4170

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/wolfi-presubmit.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,5 @@ jobs:
222222
wolfictl scan \
223223
--advisories-repo-dir 'data/wolfi-advisories' \
224224
--advisory-filter 'resolved' \
225-
--require-zero \
226225
packages/x86_64/${{ matrix.package }}-*.apk \
227226
2> /dev/null # The error message renders strangely on GitHub Actions, and the important information is already being sent to stdout.

0 commit comments

Comments
 (0)