| fixId |
string |
Unique fix suggestion identifier. |
| policyId |
string |
Checkov policy ID associated with the fix. |
| policyName |
string |
Human-readable policy name. |
| severity |
string |
Severity of the original finding. |
| resourceName |
string |
IaC resource name where the fix applies. |
| filePath |
string |
Relative path to the file requiring the fix. |
| lineRange |
array |
Start and end line numbers of the code to be replaced. |
| originalCode |
string |
Original code snippet that contains the misconfiguration. |
| suggestedCode |
string |
Suggested replacement code that resolves the misconfiguration. |
| framework |
string |
IaC framework of the affected file. |
| repositoryId |
string |
Repository where the fix applies. |
| branch |
string |
Branch where the fix applies. |