Skip to content

Commit

Permalink
feat: adicionando pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gomex committed Aug 8, 2024
1 parent 64d0ad0 commit b9e128b
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 b9e128b

Please sign in to comment.