From e8b604914b35bb5a0185b82e12361a5483f1f0d2 Mon Sep 17 00:00:00 2001 From: tebarius Date: Sat, 13 Dec 2025 22:02:40 +0100 Subject: [PATCH] imagescan_action --- .gitea/workflows/trivy_scan_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/trivy_scan_image.yml b/.gitea/workflows/trivy_scan_image.yml index d210adb..d4b9a74 100644 --- a/.gitea/workflows/trivy_scan_image.yml +++ b/.gitea/workflows/trivy_scan_image.yml @@ -23,7 +23,7 @@ jobs: with: image-ref: "${{ env.registry }}/${{ env.user }}/${{ env.image_name }}:${{ github.event.inputs.image_tag }}" scan-type: image - hide-progress: true + hide-progress: false ignore-unfixed: true severity: "UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL" scanners: "vuln,misconfig,secrets"