From 01dabf13840b0ccfe270773dbffc5b309be36f26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 16:16:19 +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 1d036ec0..c82e7fb4 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'