From 9ee5ce8dfc404905f621c4d61ad030d4eec5cb54 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 9 Jul 2026 20:18:48 +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 925ee853..dd5d17d3 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -37,7 +37,7 @@ jobs: output: 'trivy-results.sarif' severity: 'CRITICAL,HIGH' trivyignores: '.trivyignore' - version: 'v0.71.2' + version: 'v0.72.0' - name: ⬆️ Upload Trivy results if: ${{ github.event_name != 'pull_request' }} uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4