Statements
Rule
rule {
description: "Human-readable description of this rule",
condition: 1 + 1 == 2
};rule {
description: "Human-readable description of this rule",
condition: 1 + 1 == 2,
severity: "MEDIUM"
};Source
Use
Struct
Param
Last updated