From b6f661b892902e2b25d56f367588dcfce03afb5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 00:59:01 +0000 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action action to v0.36.0 --- .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 ace367e..f235930 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,7 +83,7 @@ jobs: push-to-registry: true - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.35.0 + uses: aquasecurity/trivy-action@v0.36.0 if: github.event_name == 'pull_request' with: image-ref: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}