Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 2.19 KB

File metadata and controls

41 lines (30 loc) · 2.19 KB
layout default
published true
title Feature Descriptions
nav_order 4

Feature Descriptions

With Checkov you can:

  • Run a variety of scan types
  • Enable Checkov to run as part of your CI/CD workflow
  • Create and contribute custom Checkov policies

Running Checkov

With Checkov you can scan a repository, branch, folder, or a single file with attribute-based misconfigurations or connection state errors. See CLI Command Reference.

When running Checkov, you can also:

Integrating with CI/CD

In addition to integrating with your code repository, Checkov can also integrate with your automated build pipeline via CI/CD providers. When your build tests run, Checkov will scan your infrastructure as code files for misconfigurations and you can review the output directly in your CI pipeline.

Custom Policies