From f2c27b196ca190848447492f9993a1fbd2718d68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 17:16:40 +0000 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action action to v0.36.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21366793..ff62c9b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: - name: Run Trivy vulnerability scanner if: (!startsWith(github.head_ref, 'release')) - uses: aquasecurity/trivy-action@0.35.0 + uses: aquasecurity/trivy-action@v0.36.0 with: scan-type: 'rootfs' scan-ref: './oauth2-proxy'