RepositoryRulesetRulesRequiredCodeScanningRequiredCodeScanningToolArgs

data class RepositoryRulesetRulesRequiredCodeScanningRequiredCodeScanningToolArgs(val alertsThreshold: Output<String>, val securityAlertsThreshold: Output<String>, val tool: Output<String>) : ConvertibleToJava<RepositoryRulesetRulesRequiredCodeScanningRequiredCodeScanningToolArgs>

Constructors

constructor(alertsThreshold: Output<String>, securityAlertsThreshold: Output<String>, tool: Output<String>)

Properties

Link copied to clipboard
val alertsThreshold: Output<String>

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
val tool: Output<String>

The name of a code scanning tool

Functions

Link copied to clipboard
open override fun toJava(): RepositoryRulesetRulesRequiredCodeScanningRequiredCodeScanningToolArgs