Skip to content

Commit

Permalink
feat: adicionando pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nelcandido committed Jan 8, 2025
1 parent 10a3533 commit 7c77606
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: ls -la

0 comments on commit 7c77606

Please sign in to comment.