Skip to content

Commit

Permalink
Merge pull request #2 from descomplicando-terraform/adicionando_pipeline
Browse files Browse the repository at this point in the history
Adicionando pipeline
  • Loading branch information
gomex authored Aug 8, 2024
2 parents 64d0ad0 + dcf32b9 commit 013dc47
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/testando_terraform.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: testando-modulo-terraform
run-name: ${{ github.actor }} iniciou o teste do módulo terraform
on:
push:
jobs:
tfsec:
runs-on: ubuntu-latest
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 .

0 comments on commit 013dc47

Please sign in to comment.