From 252ac753680d3db28d92d282a94967d8eb35af86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 13:07:26 +0000 Subject: [PATCH] deps(actions): bump aquasecurity/setup-trivy from 0.2.3 to 0.2.4 (#112485) Bumps [aquasecurity/setup-trivy](https://github.com/aquasecurity/setup-trivy) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/aquasecurity/setup-trivy/releases) - [Commits](https://github.com/aquasecurity/setup-trivy/compare/9ea583eb67910444b1f64abf338bd2e105a0a93d...e6c2c5e321ed9123bda567646e2f96565e34abe1) --- updated-dependencies: - dependency-name: aquasecurity/setup-trivy dependency-version: 0.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/trivy-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml index c9fe0b8cdab..b8eb3c59616 100644 --- a/.github/workflows/trivy-scan.yml +++ b/.github/workflows/trivy-scan.yml @@ -20,7 +20,7 @@ jobs: with: persist-credentials: false - name: Install Trivy - uses: aquasecurity/setup-trivy@9ea583eb67910444b1f64abf338bd2e105a0a93d + uses: aquasecurity/setup-trivy@e6c2c5e321ed9123bda567646e2f96565e34abe1 with: version: v0.56.2 cache: true