From ebe59a0891f484476f5cf9251762cf6a3e148a01 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 20 Nov 2024 07:04:57 +0000 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action action to v0.29.0 --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f37c5c9..e3b449c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -85,7 +85,7 @@ jobs: load: true - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@0.29.0 with: image-ref: "${{ steps.tag.outputs.last_tag }}" format: "table" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f8cc6a..5ddb65c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.28.0 + uses: aquasecurity/trivy-action@0.29.0 with: image-ref: "${{ steps.tag.outputs.last_tag }}" format: "table"