ci: fail PR checks on critical container image and dependency vulnerabilities (#11580)

This commit is contained in:
César Arroba
2026-06-15 09:57:23 +02:00
committed by GitHub
parent dc3433aaf0
commit 15bfa39b23
6 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -134,5 +134,5 @@ jobs:
with:
image-name: ${{ env.IMAGE_NAME }}
image-tag: ${{ github.sha }}
fail-on-critical: 'false'
fail-on-critical: 'true'
severity: 'CRITICAL'
+1 -1
View File
@@ -127,5 +127,5 @@ jobs:
with:
image-name: ${{ env.IMAGE_NAME }}
image-tag: ${{ github.sha }}
fail-on-critical: 'false'
fail-on-critical: 'true'
severity: 'CRITICAL'
+1 -1
View File
@@ -153,5 +153,5 @@ jobs:
with:
image-name: ${{ env.IMAGE_NAME }}
image-tag: ${{ github.sha }}
fail-on-critical: 'false'
fail-on-critical: 'true'
severity: 'CRITICAL'
+1 -1
View File
@@ -132,5 +132,5 @@ jobs:
with:
image-name: ${{ env.IMAGE_NAME }}
image-tag: ${{ github.sha }}
fail-on-critical: 'false'
fail-on-critical: 'true'
severity: 'CRITICAL'