From a115d5db0364a483216e6eb06f1a2c92fda04fd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 19:20:45 +0000 Subject: [PATCH] Bump aquasecurity/setup-trivy from 0.2.1 to 0.2.2 (#95456) Bumps [aquasecurity/setup-trivy](https://github.com/aquasecurity/setup-trivy) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/aquasecurity/setup-trivy/releases) - [Commits](https://github.com/aquasecurity/setup-trivy/compare/v0.2.1...v0.2.2) --- updated-dependencies: - dependency-name: aquasecurity/setup-trivy 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 67bf3ee451d..b1346236770 100644 --- a/.github/workflows/trivy-scan.yml +++ b/.github/workflows/trivy-scan.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install Trivy - uses: aquasecurity/setup-trivy@v0.2.1 + uses: aquasecurity/setup-trivy@v0.2.2 with: version: v0.56.2 cache: true