From 766f5ee81f0e3dccf80b02fd536f26e33a094fda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 03:30:16 +0000 Subject: [PATCH] chore(deps): update aquasecurity/trivy-action action to v0.29.0 --- .github/workflows/trivy-dependencies-submission.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trivy-dependencies-submission.yml b/.github/workflows/trivy-dependencies-submission.yml index 71f59af7..9abf494d 100644 --- a/.github/workflows/trivy-dependencies-submission.yml +++ b/.github/workflows/trivy-dependencies-submission.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@0.23.0 + uses: aquasecurity/trivy-action@0.29.0 with: scan-type: 'fs' ignore-unfixed: true