Function code_scanning_slash_get_sarif

Source
pub async fn code_scanning_slash_get_sarif(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    sarif_id: &str,
) -> Result<CodeScanningSarifsStatus, Error<CodeScanningSlashGetSarifError>>
Expand description

Gets information about a SARIF upload, including the status and the URL of the analysis that was uploaded so that you can retrieve details of the analysis. For more information, see "Get a code scanning analysis for a repository." OAuth app tokens and personal access tokens (classic) need the security_events scope to use this endpoint with private or public repositories, or the public_repo scope to use this endpoint with only public repositories.