From f94714f2638faba054e048497d1af2efa86b84cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 15:34:08 +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'