diff --git a/.github/workflows/scan-docker-image-action.yaml b/.github/workflows/scan-docker-image-action.yaml index ae10eeb7e..b2d05f8e4 100644 --- a/.github/workflows/scan-docker-image-action.yaml +++ b/.github/workflows/scan-docker-image-action.yaml @@ -49,7 +49,7 @@ docker pull --platform ${{ matrix.platform }} ${{ inputs.source_registry }}/${{ inputs.source_image }} - name: Trivy - multi-arch - uses: aquasecurity/trivy-action@0.13.1 + uses: aquasecurity/trivy-action@0.19.0 with: image-ref: ${{ inputs.source_registry }}/${{ inputs.source_image }} format: "table"