From f5d6d13e967b465e464762f740a9a1b7dc68237a Mon Sep 17 00:00:00 2001 From: Stefan Freitag Date: Tue, 23 Apr 2024 21:08:34 +0200 Subject: [PATCH] ci: downgrade trivy scanner action --- .github/workflows/tf-module-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tf-module-actions.yml b/.github/workflows/tf-module-actions.yml index 1e85c63..9ee8359 100644 --- a/.github/workflows/tf-module-actions.yml +++ b/.github/workflows/tf-module-actions.yml @@ -21,7 +21,7 @@ jobs: output-method: inject git-push: "true" - name: Run Trivy vulnerability scanner in IaC mode - uses: aquasecurity/trivy-action@0.19.0 + uses: aquasecurity/trivy-action@0.13.1 with: scan-type: 'config' hide-progress: false