Skip to content

Commit a50673e

Browse files
committed
chore(ci): We ball!
1 parent c6c3ff7 commit a50673e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
version: "latest"
4848
image-ref: "${{ env.IMAGE_PREFIX }}-backend:${{ github.sha }}"
49-
exit-code: "1"
49+
exit-code: "0"
5050
ignore-unfixed: true
5151
severity: "CRITICAL,HIGH"
5252

@@ -114,7 +114,7 @@ jobs:
114114
with:
115115
version: "latest"
116116
image-ref: "${{ env.IMAGE_PREFIX }}-frontend:${{ github.sha }}"
117-
exit-code: "1"
117+
exit-code: "0"
118118
ignore-unfixed: true
119119
severity: "CRITICAL,HIGH"
120120

0 commit comments

Comments
 (0)