From b5eb6a6123efaaf7ccda8199bde0fe5f84fd3c3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 14:31:30 +0000 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action action to v0.34.0 --- .github/workflows/infra_bundle_scan_report.yml | 2 +- .github/workflows/on-demand.yml | 4 ++-- .github/workflows/security.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/infra_bundle_scan_report.yml b/.github/workflows/infra_bundle_scan_report.yml index 76fd6614..4239f4f8 100644 --- a/.github/workflows/infra_bundle_scan_report.yml +++ b/.github/workflows/infra_bundle_scan_report.yml @@ -42,7 +42,7 @@ jobs: EOF - name: Run Trivy Scan - uses: aquasecurity/trivy-action@0.29.0 + uses: aquasecurity/trivy-action@0.34.0 with: image-ref: ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_IMAGE_TAG }} format: 'template' diff --git a/.github/workflows/on-demand.yml b/.github/workflows/on-demand.yml index bf2c34c0..94ba14ca 100644 --- a/.github/workflows/on-demand.yml +++ b/.github/workflows/on-demand.yml @@ -30,7 +30,7 @@ jobs: - name: Run Trivy vulnerability scanner continue-on-error: true - uses: aquasecurity/trivy-action@0.29.0 + uses: aquasecurity/trivy-action@0.34.0 with: image-ref: ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_IMAGE_TAG }} format: table @@ -75,7 +75,7 @@ jobs: - name: Run Trivy vulnerability scanner continue-on-error: true - uses: aquasecurity/trivy-action@0.29.0 + uses: aquasecurity/trivy-action@0.34.0 with: image-ref: ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_IMAGE_TAG }} format: table diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index ef0acffb..fa1c7d94 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -31,7 +31,7 @@ jobs: - name: Run Trivy in table mode # Table output is only useful when running on a pull request or push. if: contains(fromJSON('["push", "pull_request"]'), github.event_name) - uses: aquasecurity/trivy-action@0.29.0 + uses: aquasecurity/trivy-action@0.34.0 with: image-ref: ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_IMAGE_TAG }} format: table