RunCheckovScan
Scan Terraform code for security and compliance issues using Checkov. Identify vulnerabilities and misconfigurations in infrastructure-as-code to ensure best practices.
Instructions
Run Checkov security scan on Terraform code.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
check_ids | No | Specific check IDs to run | |
framework | No | Framework to scan (terraform, cloudformation, etc.) | terraform |
output_format | No | Output format (json, cli, etc.) | json |
skip_check_ids | No | Check IDs to skip | |
working_directory | Yes | Directory containing Terraform files |