diff --git a/.github/workflows/scan-docker-image-action.yaml b/.github/workflows/scan-docker-image-action.yaml index 6cbb37d8e..4093020d2 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.23.0 + uses: aquasecurity/trivy-action@0.24.0 with: image-ref: ${{ inputs.source_registry }}/${{ inputs.source_image }} format: "table"