rule Sets
Parameters
value
Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type. Structure is documented below.
Parameters
values
Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type. Structure is documented below.
suspend fun ruleSets(argument: List<suspend PreventionInspectTemplateInspectConfigRuleSetArgsBuilder.() -> Unit>)
suspend fun ruleSets(vararg argument: suspend PreventionInspectTemplateInspectConfigRuleSetArgsBuilder.() -> Unit)
suspend fun ruleSets(argument: suspend PreventionInspectTemplateInspectConfigRuleSetArgsBuilder.() -> Unit)
Parameters
argument
Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type. Structure is documented below.