Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct { AVDID string `json:"avd_id"` RuleID string `json:"rule_id"` RuleSummary string `json:"rule_description"` Impact string `json:"impact"` Resolution string `json:"resolution"` Links []string `json:"links"` Description string `json:"description"` RangeAnnotation string `json:"-"` Severity severity.Severity `json:"severity"` Status rules.Status `json:"status"` ResourceRange types.Range `json:"location"` PropertyRange types.Range `json:"-"` Resource string `json:"resource"` }
Result is a positive result for a security check. It encapsulates a code unique to the specific check it was raised by, a human-readable description and a range
Click to show internal directories.
Click to hide internal directories.