From d01f31a1fdff654f4c78131eb5967e7276a73882 Mon Sep 17 00:00:00 2001 From: Vincent Chalamon <407859+vincentchalamon@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:15:40 +0200 Subject: [PATCH] ci: update aquasecurity/trivy-action tag from 0.35.0 to v0.35.0 Following a supply chain security incident, aquasecurity migrated all tags to use the `v` prefix convention. Update the tag accordingly. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 8b90cd646..59fced2ae 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -70,7 +70,7 @@ jobs: ${{ runner.os }}-trivy- - name: Run Trivy Vulnerability Scanner - uses: aquasecurity/trivy-action@0.35.0 + uses: aquasecurity/trivy-action@v0.35.0 with: image-ref: 'europe-west1-docker.pkg.dev/${{ secrets.GKE_PROJECT }}/${{ secrets.GKE_PROJECT }}/${{ matrix.image }}:latest' exit-code: '1'