From 4f31d821ebd2c552cc5c2403190d80dbc18fb84f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 8 Oct 2024 07:03:28 +0000 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action action to v0.25.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 b05d6670..9c44d67f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -76,7 +76,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.24.0 + uses: aquasecurity/trivy-action@0.25.0 with: image-ref: "${{ steps.tag.outputs.last_tag }}" format: "table" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a4805991..3d5e83d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.24.0 + uses: aquasecurity/trivy-action@0.25.0 with: image-ref: "${{ steps.tag.outputs.last_tag }}" format: "table"