pub async fn repos_slash_check_vulnerability_alerts(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<(), Error<ReposSlashCheckVulnerabilityAlertsError>>
Expand description
Shows whether dependency alerts are enabled or disabled for a repository. The authenticated user must have admin read access to the repository. For more information, see "About security alerts for vulnerable dependencies".