FolderCustomModuleCustomConfig

data class FolderCustomModuleCustomConfig(val customOutput: FolderCustomModuleCustomConfigCustomOutput? = null, val description: String? = null, val predicate: FolderCustomModuleCustomConfigPredicate, val recommendation: String, val resourceSelector: FolderCustomModuleCustomConfigResourceSelector, val severity: String)

Constructors

Link copied to clipboard
constructor(customOutput: FolderCustomModuleCustomConfigCustomOutput? = null, description: String? = null, predicate: FolderCustomModuleCustomConfigPredicate, recommendation: String, resourceSelector: FolderCustomModuleCustomConfigResourceSelector, severity: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Custom output properties. Structure is documented below.

Link copied to clipboard
val description: String? = null

Text that describes the vulnerability or misconfiguration that the custom module detects. This explanation is returned with each finding instance to help investigators understand the detected issue. The text must be enclosed in quotation marks.

Link copied to clipboard

The CEL expression to evaluate to produce findings. When the expression evaluates to true against a resource, a finding is generated. Structure is documented below.

Link copied to clipboard

An explanation of the recommended steps that security teams can take to resolve the detected issue. This explanation is returned with each finding generated by this module in the nextSteps property of the finding JSON.

Link copied to clipboard

The resource types that the custom module operates on. Each custom module can specify up to 5 resource types. Structure is documented below.

Link copied to clipboard

The severity to assign to findings generated by the module. Possible values are: CRITICAL, HIGH, MEDIUM, LOW.