Skip to content

build(deps): Bump bridgecrewio/checkov-action from 12.2539.0 to 12.2552.0 #19

build(deps): Bump bridgecrewio/checkov-action from 12.2539.0 to 12.2552.0

build(deps): Bump bridgecrewio/checkov-action from 12.2539.0 to 12.2552.0 #19

Workflow file for this run

name: checkov
concurrency: checkov
on: [pull_request, workflow_call]
permissions: read-all
jobs:
checkov-static-analysis:
name: "checkov"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Checkov static analysis
id: static-analysis
uses: bridgecrewio/checkov-action@d403349a9193cf87f58f18a0f09aab1e9e058bde # v12.2552.0
with:
directory: .
framework: terraform
hard_fail_on: CRITICAL
skip_check: CKV_TF_1
output_format: cli