OrganizationRulesetRulesRequiredCodeScanningRequiredCodeScanningTool

data class OrganizationRulesetRulesRequiredCodeScanningRequiredCodeScanningTool(val alertsThreshold: String, val securityAlertsThreshold: String, val tool: String)

Constructors

constructor(alertsThreshold: String, securityAlertsThreshold: String, tool: String)

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard

The name of a code scanning tool.