Skip to content

Commit

Permalink
fix: colocando o comando correto para tfsec
Browse files Browse the repository at this point in the history
  • Loading branch information
gomex committed Aug 8, 2024
1 parent b9e128b commit dcf32b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testando_terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
- name: instalando tfsec
run: curl -s https://raw.githubusercontent.com/aquasecurity/tfsec/master/scripts/install_linux.sh | bash
- name: executando tfsec
run: ls -la
run: tfsec .

0 comments on commit dcf32b9

Please sign in to comment.