diff --git a/.github/workflows/reusable-go-ci.yaml b/.github/workflows/reusable-go-ci.yaml index 9b7fd38..4b73d3a 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.31.0 + uses: aquasecurity/trivy-action@0.32.0 with: image-ref: ${{ inputs.image_ref }}@${{ needs.build.outputs.image_digest }} exit-code: "1"