pub async fn dependabot_slash_get_alert(
configuration: &Configuration,
owner: &str,
repo: &str,
alert_number: i32,
) -> Result<DependabotAlert, Error<DependabotSlashGetAlertError>>Expand description
OAuth app tokens and personal access tokens (classic) need the security_events scope to use this endpoint. If this endpoint is only used with public repositories, the token can use the public_repo scope instead.