From 4d0abb957ce43322579d9c19348f93f6537cd589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:45:30 +0000 Subject: [PATCH] Bump aquasecurity/trivy-action from 0.25.0 to 0.26.0 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.25.0...0.26.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 5bd5772..41a571e 100644 --- a/.github/workflows/reusable-trivy-scan-image.yaml +++ b/.github/workflows/reusable-trivy-scan-image.yaml @@ -54,7 +54,7 @@ jobs: echo "Image to scan: ${{ inputs.image }}" - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.25.0 + uses: aquasecurity/trivy-action@0.26.0 with: image-ref: ${{ inputs.image }} format: table # table, json, sarif