From 4f2ba566f2bfc606ecab779f3a271ad1a273b254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:27:26 +0000 Subject: [PATCH] Bump aquasecurity/setup-trivy from 0.2.0 to 0.2.4 Bumps [aquasecurity/setup-trivy](https://github.com/aquasecurity/setup-trivy) from 0.2.0 to 0.2.4. - [Release notes](https://github.com/aquasecurity/setup-trivy/releases) - [Commits](https://github.com/aquasecurity/setup-trivy/compare/v0.2.0...v0.2.4) --- 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] --- .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 0d74d6e..55e8b3d 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -27,7 +27,7 @@ jobs: docker build -t ${{ github.event.inputs.image || 'sadminriley/python-test' }}:${{ github.sha }} . - name: Setup Trivy - uses: aquasecurity/setup-trivy@v0.2.0 + uses: aquasecurity/setup-trivy@v0.2.4 - name: Run Trivy scan on PR if: github.event_name == 'pull_request'