Retrieves the Software Bill of Materials (SBOM) 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"
SBOM results retrieved successfully
Software Bill of Materials (SBOM) response containing package and license information