From 01f2dbb11e9e19d2b8e92e5867427f100fc2f5e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 21:57:33 +0000 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action action to v0.34.0 --- .github/workflows/scan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index b1423c4..7601f67 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -79,7 +79,7 @@ jobs: if: steps.changes.outputs.needs_build == 'true' - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1 + uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0 if: ${{ steps.changes.outputs.needs_build == 'true' && github.event.sender.login != 'dependabot[bot]' }} with: image-ref: '${{ matrix.image.image-name }}:latest' @@ -93,7 +93,7 @@ jobs: sarif_file: trivy-${{ matrix.image.image-name }}.sarif - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1 + uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0 if: steps.changes.outputs.needs_build == 'true' with: image-ref: '${{ matrix.image.image-name }}:latest'