Skip to content

anusha94 has triggered Scan Action πŸš€ #32

anusha94 has triggered Scan Action πŸš€

anusha94 has triggered Scan Action πŸš€ #32

name: NCTL Scan Terraform Demo
run-name: ${{ github.actor }} has triggered Scan Action πŸš€
on:
pull_request:
branches:
- "main"
push:
branches:
- "main"
jobs:
NCTL-Scan-Terraform:
runs-on: ubuntu-latest
steps:
- run: echo "πŸŽ‰ The job was automatically triggered by a ${{ github.event_name }} event."
- name: Check out repository code
uses: actions/checkout@v4
- name: nctl-scan-installer
uses: nirmata/[email protected]
- run: echo "πŸ–₯️ The workflow is now ready to test your code on the runner."
- name: Check nctl version
run: nctl version
- name: NCTL Scan - Terraform
# cd config-files/terraform
# 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/payload.json
- run: echo "🍏 This job's status is ${{ job.status }}."