From fffb568f251a68023d173e9e682a85a22f3dced7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 15:53:12 +0000 Subject: [PATCH] chore(deps): bump aquasecurity/trivy-action in /.github/workflows Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.32.0 to 0.34.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.32.0...0.34.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-version: 0.34.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build_image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 21436e3..5c50452 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -18,7 +18,7 @@ jobs: - name: Install dependencies run: bun install --frozen-lockfile - name: Run Trivy scanner on fs - uses: aquasecurity/trivy-action@0.32.0 + uses: aquasecurity/trivy-action@0.34.0 with: scan-type: 'fs' scan-ref: '.' @@ -83,7 +83,7 @@ jobs: run: echo "fragment=$(echo "${DOCKER_METADATA_OUTPUT_TAGS}" | head -n 1)" >> $GITHUB_OUTPUT - name: Run Trivy vulnerability scanner on the built image - uses: aquasecurity/trivy-action@0.32.0 + uses: aquasecurity/trivy-action@0.34.0 with: image-ref: ${{ steps.split-tags.outputs.fragment }} format: 'table'