From 2f96b59f602a680191b68ac85f512c3ad1424894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 00:04:19 +0000 Subject: [PATCH] Bump aquasecurity/trivy-action from 0.12.0 to 0.29.0 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.12.0 to 0.29.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.12.0...0.29.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-trivy-scan-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-trivy-scan-image.yaml b/.github/workflows/reusable-trivy-scan-image.yaml index b5661ea..e61ab32 100644 --- a/.github/workflows/reusable-trivy-scan-image.yaml +++ b/.github/workflows/reusable-trivy-scan-image.yaml @@ -59,7 +59,7 @@ jobs: echo "Image to scan: ${{ inputs.image }}" - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.12.0 + uses: aquasecurity/trivy-action@0.29.0 with: image-ref: ${{ inputs.image }} format: table # table, json, sarif