From 89b0af14d9d726e446130682b696e84c37332a67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 06:28:21 +0000 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action action to v0.29.0 --- .github/workflows/on-demand.yml | 2 +- .github/workflows/security.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/on-demand.yml b/.github/workflows/on-demand.yml index 09c00c61..8d2cc8b7 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.28.0 + uses: aquasecurity/trivy-action@0.29.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 084db6b5..7ac5bdb6 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -33,7 +33,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.28.0 + uses: aquasecurity/trivy-action@0.29.0 with: image-ref: ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_IMAGE_TAG }} format: table @@ -47,7 +47,7 @@ jobs: - name: Run Trivy in report mode # Only generate sarif when running nightly on the main branch. if: ${{ github.event_name == 'schedule' }} - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@0.29.0 with: image-ref: ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_IMAGE_TAG }} format: "template"