pub async fn repos_slash_check_private_vulnerability_reporting(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<ReposCheckPrivateVulnerabilityReporting200Response, Error<ReposSlashCheckPrivateVulnerabilityReportingError>>
Expand description
Returns a boolean indicating whether or not private vulnerability reporting is enabled for the repository. For more information, see "Evaluating the security settings of a repository".