From 7e8da56fd42a5407aa26b960ed708bebe709ef0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 08:44:53 +0000 Subject: [PATCH] Update aquasecurity/trivy-action action to v0.35.0 [SECURITY] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e93af39..0d9361d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: ${{ env.IMAGE_LATEST }} - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.33.1 + uses: aquasecurity/trivy-action@0.35.0 with: image-ref: '${{ env.IMAGE_SHA }}' format: 'table'