From 7c77606c7a1c1bb007a5dc431941161a833467b8 Mon Sep 17 00:00:00 2001 From: nelcandido Date: Wed, 8 Jan 2025 14:53:17 -0300 Subject: [PATCH] feat: adicionando pipeline --- .github/workflows/testando_terraform.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/testando_terraform.yml diff --git a/.github/workflows/testando_terraform.yml b/.github/workflows/testando_terraform.yml new file mode 100644 index 0000000..a35bf4d --- /dev/null +++ b/.github/workflows/testando_terraform.yml @@ -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