Retrieves Infrastructure as Code (IaC) security scanning results for a specific repository and commit
Repository identifier (format varies by service)
"owner/repository"
Authentication token for the service
"ghp_xxxxxxxxxxxx"
Version control service provider
github, azuredevops, gitlab, bitbucket "github"
Git commit SHA or identifier. Either commit_id or branch is required. If both are provided, commit_id takes precedence.
"abc123def456"
Git branch name. When provided without commit_id, the service resolves the latest commit from scan history for this branch. Either commit_id or branch is required.
"main"
Base URL for the service (optional for GitHub, required for GitLab)
"https://gitlab.com"
IaC scan results retrieved successfully
Infrastructure as Code (IaC) scanning response containing security check results
List of IaC scan results by check type