Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rule ¶
type Rule struct { ID string `yaml:"id" json:"id"` Name string `yaml:"name" json:"name"` RuleType RuleType `yaml:"rule_type" json:"rule_type"` Location []Location `yaml:"location,omitempty" json:"location,omitempty"` Sections map[string]string `yaml:"-,inline" json:"sections"` }
Rule describes a CIS benchmark rule
Click to show internal directories.
Click to hide internal directories.