Skip to content

Infrastructure release: 1.2.26 #1496

Infrastructure release: 1.2.26

Infrastructure release: 1.2.26 #1496

name: "Terraform security scan"
on:
push:
branches:
- main
paths:
- "infrastructure/**"
- ".github/workflows/terraform-security-scan.yml"
pull_request:
paths:
- "infrastructure/**"
- ".github/workflows/terraform-security-scan.yml"
jobs:
terraform-security-scan:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Checkov security scan
uses: bridgecrewio/checkov-action@f621ecfe2d83b0e2028c7e93f082812eb56d3743 # latest as of Sept 9, 2021
with:
directory: infrastructure/terragrunt/aws
framework: terraform
output_format: cli
soft_fail: false