From 9cdd47c510b39ed793292eb37cdcd7f7cfbb0b34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 18:15:43 +0000 Subject: [PATCH] ci(deps): bump aquasecurity/trivy-action from 0.24.0 to 0.32.0 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.24.0 to 0.32.0. - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.24.0...0.32.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 412bf86..54ac7f8 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -73,7 +73,7 @@ jobs: - name: Scan image with Trivy if: github.event_name != 'pull_request' - uses: aquasecurity/trivy-action@0.24.0 + uses: aquasecurity/trivy-action@0.32.0 with: image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }} format: sarif