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
nelcandido authored Jan 8, 2025
2 parents 10a3533 + e97397c commit 892e094
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 892e094

Please sign in to comment.