| errorId |
string |
Unique error identifier. |
| policyId |
string |
Checkov policy ID that triggered the error (e.g., CKV_AWS_18). |
| policyName |
string |
Human-readable name of the violated policy. |
| severity |
string |
Error severity level. |
| category |
string |
Error category based on the type of scan that detected it. |
| status |
string |
Current status of the error. |
| resourceName |
string |
Name of the IaC resource where the error was detected. |
| resourceType |
string |
Type of the IaC resource. |
| filePath |
string |
Relative path to the file containing the error. |
| fileLineRange |
array |
Start and end line numbers of the affected code block. |
| repositoryId |
string |
Repository where the error was found. |
| branch |
string |
Branch where the error was detected. |
| guideline |
string |
URL to documentation explaining the policy and remediation steps. |
| firstDetected |
string |
Timestamp when the error was first detected. |
| lastDetected |
string |
Timestamp of the most recent scan where the error was found. |