From c7d1c727371daa7e752d8bc3a0769257e2076002 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 19:47:39 +0000 Subject: [PATCH] Update aquasecurity/trivy-action action to v0.11.0 --- .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 b701001..2e060a7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -73,7 +73,7 @@ jobs: ignore: 'CIS-DI-0001' - name: Container scan with Trivy - uses: aquasecurity/trivy-action@0.10.0 + uses: aquasecurity/trivy-action@0.11.0 with: scan-type: 'image' image-ref: '${{ env.USER }}/${{ env.REPO }}:${{ env.VERSION }}'