Skip to content

Commit

Permalink
Removed tfsec step
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Macapobre committed Aug 20, 2024
1 parent 618d216 commit 552145d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/aws-template-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 552145d

Please sign in to comment.