diff --git a/.github/workflows/reusable-go-ci.yaml b/.github/workflows/reusable-go-ci.yaml index 8b8f6f4..d3080f6 100644 --- a/.github/workflows/reusable-go-ci.yaml +++ b/.github/workflows/reusable-go-ci.yaml @@ -363,7 +363,7 @@ jobs: steps: # No checkout or Go setup needed if only running Trivy on a remote image - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.32.0 + uses: aquasecurity/trivy-action@0.33.1 with: image-ref: ${{ inputs.image_ref }}@${{ needs.build.outputs.image_digest }} exit-code: "1"