Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Checkov GitHub Action

Actions
Run Checkov against Terraform/CloudFormation infrastructure code, as a pre-packaged GitHub Action
v3
Verified creator
Star (257)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Checkov IaC security scan action

This Github Action runs Checkov against an Infrastructure-as-Code repository. Checkov performs static security analysis of Terraform & CloudFormation Iaac.

Inputs

(None)

Outputs

(None)

Example usage

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.

About

Run Checkov against Terraform/CloudFormation infrastructure code, as a pre-packaged GitHub Action
v3

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

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.