You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Checkov GitHub Action
v5
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 a static version (e.g. v3
).