Checkov GitHub Action
ActionsRun Checkov against Terraform/CloudFormation infrastructure code, as a pre-packaged GitHub Action
v3
By bridgecrewio
Verified creator
Tags
(2)Verified
This Github Action runs Checkov against an Infrastructure-as-Code repository. Checkov performs static security analysis of Terraform & CloudFormation Iaac.
(None)
(None)
jobs:
checkov-job:
runs-on: ubuntu-latest
name: checkov-action
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Run Checkov action
id: checkov
uses: cmavr8/checkov-action@master
Note that this example uses the latest version (master
) but you could also use static a version (e.g.
v3`).
Checkov GitHub Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.