From 552145d5037fbc349cca0e236a8389aa1f7fc615 Mon Sep 17 00:00:00 2001 From: Ronaldo Macapobre Date: Tue, 20 Aug 2024 20:55:49 +0000 Subject: [PATCH] Removed tfsec step --- .github/workflows/aws-template-terraform.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/aws-template-terraform.yml b/.github/workflows/aws-template-terraform.yml index 3a173b92..0feae2c5 100644 --- a/.github/workflows/aws-template-terraform.yml +++ b/.github/workflows/aws-template-terraform.yml @@ -58,10 +58,10 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - name: Run tfsec - uses: aquasecurity/tfsec-action - with: - working_directory: ${{ inputs.CONTEXT_FOLDER }} + # - name: Run tfsec + # uses: aquasecurity/tfsec-action + # with: + # working_directory: ${{ inputs.CONTEXT_FOLDER }} needs: [check_changes] deploy_infra: