From c9bccf1d7b71864a6c89e5a45333be15a30c28d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:06:50 +0100 Subject: [PATCH] Bump aquasecurity/trivy-action from 0.21.0 to 0.23.0 (#194) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/reusable-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-docker.yml b/.github/workflows/reusable-docker.yml index 12b6180..1df592b 100644 --- a/.github/workflows/reusable-docker.yml +++ b/.github/workflows/reusable-docker.yml @@ -82,7 +82,7 @@ jobs: - name: 🛡 Run Trivy vulnerability scanner if: github.event_name == 'pull_request' id: docker_trivy - uses: aquasecurity/trivy-action@0.21.0 + uses: aquasecurity/trivy-action@0.23.0 continue-on-error: true with: image-ref: ${{ inputs.IMAGE_NAME }}:${{ inputs.IMAGE_TAG }}