Skip to content

Commit 1ea94dc

Browse files
fix(security): Remove Hard Fail from Trivy (#5394)
1 parent 2b1c5a0 commit 1ea94dc

4 files changed

+0
-4
lines changed

.github/workflows/docker-build-push-backend-container-on-tag.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,4 @@ jobs:
163163
--timeout 20m \
164164
--severity CRITICAL,HIGH \
165165
--ignorefile /tmp/.trivyignore \
166-
--exit-code 1 \
167166
docker.io/${{ env.REGISTRY_IMAGE }}:${{ github.ref_name }}

.github/workflows/docker-build-push-cloud-web-container-on-tag.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,4 @@ jobs:
155155
--skip-version-check \
156156
--timeout 20m \
157157
--severity CRITICAL,HIGH \
158-
--exit-code 1 \
159158
docker.io/${{ env.REGISTRY_IMAGE }}:${{ github.ref_name }}

.github/workflows/docker-build-push-model-server-container-on-tag.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,5 +180,4 @@ jobs:
180180
--skip-version-check \
181181
--timeout 20m \
182182
--severity CRITICAL,HIGH \
183-
--exit-code 1 \
184183
docker.io/${{ env.REGISTRY_IMAGE }}:${{ github.ref_name }}

.github/workflows/docker-build-push-web-container-on-tag.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,4 @@ jobs:
166166
--skip-version-check \
167167
--timeout 20m \
168168
--severity CRITICAL,HIGH \
169-
--exit-code 1 \
170169
docker.io/${{ env.REGISTRY_IMAGE }}:${{ github.ref_name }}

0 commit comments

Comments
 (0)