Skip to content

Commit

Permalink
update tf action
Browse files Browse the repository at this point in the history
  • Loading branch information
anusha94 committed Apr 12, 2024
1 parent 911744b commit 38bfb6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nctl-scan-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
# terraform init
# terraform plan -out tfplan.binary
# terraform show -json tfplan.binary | jq > payload.json
run: nctl scan terraform --policies controls/terraform-best-practices --resources config-files/terraform/ecs/payload.json
run: |
./scripts/install-tf.sh
ls scripts/
nctl scan terraform --policies controls/terraform-best-practices --resources config-files/terraform/ecs/payload.json
- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 38bfb6b

Please sign in to comment.