From efe23d6fd931be3ecf96f94497b0cbd90a2f40a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 11:12:33 +0000 Subject: [PATCH] Bump aquasecurity/setup-trivy from 0.2.3 to 0.2.4 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/v0.2.3...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/scanners.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scanners.yml b/.github/workflows/scanners.yml index a28ad95..ad17199 100644 --- a/.github/workflows/scanners.yml +++ b/.github/workflows/scanners.yml @@ -37,7 +37,7 @@ jobs: run: dotnet build -c Release ./src/HappyCode.NetCoreBoilerplate.Api/HappyCode.NetCoreBoilerplate.Api.csproj - name: Manual Trivy Setup - uses: aquasecurity/setup-trivy@v0.2.3 + uses: aquasecurity/setup-trivy@v0.2.4 with: cache: true version: v0.57.1