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"