1 parent c6c3ff7 commit a50673eCopy full SHA for a50673e
1 file changed
.github/workflows/build-release.yaml
@@ -46,7 +46,7 @@ jobs:
46
with:
47
version: "latest"
48
image-ref: "${{ env.IMAGE_PREFIX }}-backend:${{ github.sha }}"
49
- exit-code: "1"
+ exit-code: "0"
50
ignore-unfixed: true
51
severity: "CRITICAL,HIGH"
52
@@ -114,7 +114,7 @@ jobs:
114
115
116
image-ref: "${{ env.IMAGE_PREFIX }}-frontend:${{ github.sha }}"
117
118
119
120
0 commit comments