pub async fn repos_slash_enable_vulnerability_alerts(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<(), Error<ReposSlashEnableVulnerabilityAlertsError>>
Expand description
Enables 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".