From 86c3ea50a0e5e8e09b1cd9721109b41c840cdd50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 03:11:02 +0000 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action action to v0.36.0 --- .github/workflows/ci-main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-main.yaml b/.github/workflows/ci-main.yaml index 0b636aa99..0f5a4b8b3 100644 --- a/.github/workflows/ci-main.yaml +++ b/.github/workflows/ci-main.yaml @@ -89,7 +89,7 @@ jobs: docker build -t snmp_local:ci . - name: Scan image with Trivy - uses: aquasecurity/trivy-action@v0.35.0 + uses: aquasecurity/trivy-action@v0.36.0 with: image-ref: snmp_local:ci format: table