From 9f1dd0675d794fbef84e3ee1e4cb919c1d01a08d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 08:38:10 +0000 Subject: [PATCH] Bump aquasecurity/trivy-action from 0.28.0 to 0.33.1 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.28.0 to 0.33.1. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.28.0...0.33.1) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-version: 0.33.1 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 7fbc76ec..663b32bd 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.28.0 + uses: aquasecurity/trivy-action@0.33.1 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.28.0 + uses: aquasecurity/trivy-action@0.33.1 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 2def8bba..46aa6285 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.28.0 + uses: aquasecurity/trivy-action@0.33.1 with: image-ref: recotem-backend:pr format: table