Repository Ruleset Rules Required Code Scanning Required Code Scanning Tool
data class RepositoryRulesetRulesRequiredCodeScanningRequiredCodeScanningTool(val alertsThreshold: String, val securityAlertsThreshold: String, val tool: String)
Properties
Link copied to clipboard
The severity level at which code scanning results that raise alerts block a reference update. Can be one of: none, errors, errors_and_warnings, all.
Link copied to clipboard
The severity level at which code scanning results that raise security alerts block a reference update. Can be one of: none, critical, high_or_higher, medium_or_higher, all.