Skip to content

feat(): Create LICENSE #24

feat(): Create LICENSE

feat(): Create LICENSE #24

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@ec5628816328a320ea93470f1d41ce2156b63815 # v12.2555.0
with:
directory: .
framework: terraform
hard_fail_on: CRITICAL
skip_check: CKV_TF_1
output_format: cli