From c404ce137deb1da92292688b406e064f7e71d3d7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 10 Jul 2026 21:32:56 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps(github-actions):=20up?= =?UTF-8?q?date=20dependency=20aquasecurity/trivy=20to=20v0.72.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/trivy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 69ebaac4..9671eb07 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -46,7 +46,7 @@ jobs: format: 'sarif' output: 'trivy-results.sarif' severity: 'CRITICAL,HIGH' - version: 'v0.71.2' + version: 'v0.72.0' - name: ⬆️ Upload Trivy results if: ${{ github.event_name != 'pull_request' }}