Skip to content

Update Production container to version 3.24.3 (#2025) #2377

Update Production container to version 3.24.3 (#2025)

Update Production container to version 3.24.3 (#2025) #2377

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- 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