Skip to content

Update Production container to version 3.21.1 (#1861) #2236

Update Production container to version 3.21.1 (#1861)

Update Production container to version 3.21.1 (#1861) #2236

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- 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