Function repos_slash_disable_vulnerability_alerts

Source
pub async fn repos_slash_disable_vulnerability_alerts(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
) -> Result<(), Error<ReposSlashDisableVulnerabilityAlertsError>>
Expand description

Disables dependency alerts and the dependency graph for a repository. The authenticated user must have admin access to the repository. For more information, see "About security alerts for vulnerable dependencies".