Skip to content

Commit

Permalink
fix: mudando de comando para action do tfsec
Browse files Browse the repository at this point in the history
  • Loading branch information
gomex committed Aug 8, 2024
1 parent 2b8ae4b commit 155c985
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testando_terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- name: baixando código
uses: actions/checkout@v4
- name: instalando tfsec
run: curl -s https://raw.githubusercontent.com/aquasecurity/tfsec/master/scripts/install_linux.sh | bash
- name: executando tfsec
run: tfsec .
- name: tfsec
uses: aquasecurity/tfsec[email protected]
with:
github_token: ${{ github.token }}

0 comments on commit 155c985

Please sign in to comment.