From fc1986be4bec915e5afc281605ff51faf619690a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 10:23:12 +0000 Subject: [PATCH] chore(deps): bump aquasecurity/trivy-action from 0.20.0 to 0.29.0 (#18) --- .github/workflows/chart-lint-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-lint-and-test.yml b/.github/workflows/chart-lint-and-test.yml index 96376f6..bc0130d 100644 --- a/.github/workflows/chart-lint-and-test.yml +++ b/.github/workflows/chart-lint-and-test.yml @@ -28,7 +28,7 @@ jobs: python-version: 3.7 - name: Run Trivy vulnerability scanner in IaC mode - uses: aquasecurity/trivy-action@b2933f565dbc598b29947660e66259e3c7bc8561 # 0.20.0 + uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29.0 with: scan-type: 'config' hide-progress: false