From af93ca9279212e916f23501349d9fb19aaf813ee Mon Sep 17 00:00:00 2001 From: LNDS-Sysadmins <169096853+LNDS-Sysadmins@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:00:56 +0200 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action action to v0.25.0 (#475) Co-authored-by: Renovate Bot --- .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 a4d2eb73..aafce584 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -76,7 +76,7 @@ jobs: load: true - 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 3ea61a34..e799a5f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.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"