Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.28 KB

checkov.md

File metadata and controls

46 lines (33 loc) · 1.28 KB
description title layout
Checkov is a static code analysis tool for scanning infrastructure as code. It identifies misconfigurations in IaC files that could lead to security breaches.
Trunk | How to run Checkov
title description tableOfContents outline pagination
visible
true
visible
visible
true
visible
true
visible
true

Checkov

Checkov is a linter for Cloudformation, Security, Terraform and Docker.

You can enable the Checkov linter with:

trunk check enable checkov

checkov example output

Auto Enabling

Checkov will be auto-enabled if any Terraform, Cloudformation, Docker, Yaml or Json files are present.

Settings

Checkov supports the following config files:

  • .checkov.yml
  • .checkov.yaml

You can move these files to .trunk/configs and trunk check will still find them. See Moving Linters for more info.

Links