diff --git a/.github/workflows/scoutsuite.yml b/.github/workflows/scoutsuite.yml index 70315762..344e0405 100644 --- a/.github/workflows/scoutsuite.yml +++ b/.github/workflows/scoutsuite.yml @@ -46,8 +46,4 @@ jobs: - name: Terraform Plan id: plan working-directory: ${{ matrix.dir }} - run: terraform plan -no-color - - - name: Terraform Apply - id: apply - working-directory: ${{ matrix.dir }} + run: terraform plan -no-color \ No newline at end of file