From b611bbebe0492b0356632cf2876cd3eba8acc85b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 14:42:21 +0000 Subject: [PATCH] Bump aquasecurity/trivy-action from 0.33.1 to 0.34.0 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.33.1 to 0.34.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.33.1...0.34.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- .github/workflows/run-test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f3bb8ec..7cf7b3c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,7 +93,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Run Trivy vulnerability scanner (blocking) - uses: aquasecurity/trivy-action@0.33.1 + uses: aquasecurity/trivy-action@0.34.0 with: image-ref: "ghcr.io/codelibs/${{ matrix.image }}:${{ github.ref_name }}" format: 'table' @@ -101,7 +101,7 @@ jobs: severity: 'CRITICAL,HIGH' scanners: vuln - name: Run Trivy vulnerability scanner (SARIF report) - uses: aquasecurity/trivy-action@0.33.1 + uses: aquasecurity/trivy-action@0.34.0 if: always() with: image-ref: "ghcr.io/codelibs/${{ matrix.image }}:${{ github.ref_name }}" diff --git a/.github/workflows/run-test.yml b/.github/workflows/run-test.yml index 33eedaa6..ece3e81d 100644 --- a/.github/workflows/run-test.yml +++ b/.github/workflows/run-test.yml @@ -194,7 +194,7 @@ jobs: - name: Build backend image run: docker build -t recotem-backend:pr --target production backend/ - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.33.1 + uses: aquasecurity/trivy-action@0.34.0 with: image-ref: recotem-backend:pr format: table