Skip to content

Commit 21999b0

Browse files
committed
feat: change exit code to 0
1 parent 3abc0dc commit 21999b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
image-ref: ${{ env.FULL_IMAGE }}
3030
severity: HIGH,CRITICAL
31-
exit-code: 1
31+
exit-code: 0
3232
ignore-unfixed: true
3333

3434

0 commit comments

Comments
 (0)