Skip to content

chore(deps): update all patch dependencies #2299

chore(deps): update all patch dependencies

chore(deps): update all patch dependencies #2299

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- 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