From b7bb809d6849aba1c9e6552b75614b6f34b34b37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 16:10:26 +0000 Subject: [PATCH] Update aquasecurity/trivy-action action to v0.9.2 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1340e85..5cd27f2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,7 +57,7 @@ jobs: ignore: 'CIS-DI-0001' - name: Container scan with Trivy - uses: aquasecurity/trivy-action@0.9.1 + uses: aquasecurity/trivy-action@0.9.2 with: scan-type: 'image' image-ref: '${{ env.USER }}/${{ env.REPO }}:${{ env.VERSION }}'