View Source GitHub.EnterpriseSecurityAnalysisSettings (GitHub REST API Client v0.0.5)

Provides struct and type for EnterpriseSecurityAnalysisSettings

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.EnterpriseSecurityAnalysisSettings{
  advanced_security_enabled_for_new_repositories: boolean(),
  secret_scanning_enabled_for_new_repositories: boolean(),
  secret_scanning_push_protection_custom_link: String.t() | nil,
  secret_scanning_push_protection_enabled_for_new_repositories: boolean()
}