From 604ba5484100efd412ec1b338a68d0c6cf029804 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:55:44 +0100 Subject: [PATCH] Update aquasecurity/trivy-action action to v0.28.0 (#590) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/docker-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-test.yml b/.github/workflows/docker-test.yml index 9d06f307e..aa6f5da2a 100644 --- a/.github/workflows/docker-test.yml +++ b/.github/workflows/docker-test.yml @@ -30,7 +30,7 @@ jobs: run: docker save -o ${{ github.ref_name }}.tar ${{ steps.build.outputs.imageid }} - name: Scan Docker image for CVEs - uses: aquasecurity/trivy-action@0.24.0 + uses: aquasecurity/trivy-action@0.28.0 with: input: ${{ github.ref_name }}.tar format: 'sarif'