From 3c67e62e39941ff6c97095ba45dc3f05a7498bf8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 10:52:38 +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'