From d407c93ca2e3ed17431cc7562267714b86ffcfc6 Mon Sep 17 00:00:00 2001 From: Matthew Moore Date: Tue, 5 May 2026 09:40:26 +0100 Subject: [PATCH] Remove Aquasecurity tfsec action from Terraform workflow see: https://github.com/aquasecurity/tfsec-action/issues/24 --- .github/workflows/terraform.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 0bb0345..b62efa9 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -64,9 +64,9 @@ jobs: id: validate run: terraform validate - - name: Terraform Security - uses: aquasecurity/tfsec-action@v1.0.3 - with: - github_token: ${{ github.token }} - soft_fail: true - working_directory: "${{ matrix.module }}" + # - name: Terraform Security + # uses: aquasecurity/tfsec-action@v1.0.3 + # with: + # github_token: ${{ github.token }} + # soft_fail: true + # working_directory: "${{ matrix.module }}"