v1
latestOpenAPI 3.1.02026-07-261690320.7 KBList IaC rules
List IaC rules. Requires scope repositories:read
get/repositories/code/iac/rules
Query parameters
repo_idinteger
Optional: Filters the open issue count to only count the issues related to the specified repo
Response
A list of IaC rules
Example response
[
{
"id": "CKV_AZURE_59",
"title": "Azure Storage Account allow public access",
"base_score": 75,
"description": "As a best practice, do not allow anonymous/public access to storage accounts unless you have a very good reason. The all networks option includes the entire internet.",
"how_to_fix": "Add public_network_access_enabled = false to the settings of the Storage account resource.",
"language": "",
"open_issues_count": 1
}
]