From f82ae710f30671efbfd089003f96368b89197597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 06:42:20 +0000 Subject: [PATCH] Bump aquasecurity/setup-trivy from 0.2.0 to 0.2.5 Bumps [aquasecurity/setup-trivy](https://github.com/aquasecurity/setup-trivy) from 0.2.0 to 0.2.5. - [Release notes](https://github.com/aquasecurity/setup-trivy/releases) - [Commits](https://github.com/aquasecurity/setup-trivy/compare/v0.2.0...v0.2.5) --- updated-dependencies: - dependency-name: aquasecurity/setup-trivy dependency-version: 0.2.5 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 1dbf377..abdd512 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -25,7 +25,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.5 - name: Run Trivy scan on PR if: github.event_name == 'pull_request'