From 250078b957b9e1414b27cdb88a6de2e6c9b2fdbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 20:42:46 +0000 Subject: [PATCH] Bump aquasecurity/trivy-action from 0.24.0 to 0.25.0 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.24.0...0.25.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/trivy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index ba5bf55..86d78cc 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -35,7 +35,7 @@ jobs: echo "BASE_SHA=$(git merge-base --fork-point main)" | tee -a $GITHUB_ENV - name: Scan repo filesystem - uses: aquasecurity/trivy-action@0.24.0 + uses: aquasecurity/trivy-action@0.25.0 with: scan-type: fs format: sarif @@ -88,7 +88,7 @@ jobs: $IMAGE_REF - name: Scan container image - uses: aquasecurity/trivy-action@0.24.0 + uses: aquasecurity/trivy-action@0.25.0 with: image-ref: ${{ env.IMAGE_REF }} format: sarif