Versions in this module Expand all Collapse all v0 v0.24.3 Jun 16, 2023 Changes in this version + func ParseControls(data interface{}) ([]string, error) + type Edge struct + Label string + Source *Node + Target *Node + type Node struct + Id string + Namespace string + Type string + type ResourceState struct + Attributes map[string]interface{} + Id string + Meta map[string]interface{} + Namespace string + ResourceType string + Tags map[string]string + type Result struct + Input State + RuleResults []RuleResults + type Results struct + Format string + FormatVersion string + Results []Result + RuleBundles []RuleBundleInfo + type RuleBundle struct + Checksum string + Name string + Source string + type RuleBundleInfo struct + Errors []string + RuleBundle *RuleBundle + type RuleResult struct + Context map[string]interface{} + Graphs [][]Edge + Ignored bool + Message string + Passed bool + Remediation string + ResourceId string + ResourceNamespace string + ResourceType string + Resources []*RuleResultResource + Severity string + type RuleResultResource struct + Attributes []RuleResultResourceAttribute + Id string + Location []SourceLocation + Namespace string + Type string + type RuleResultResourceAttribute struct + Location *SourceLocation + Path []interface{} + type RuleResults struct + Category string + Controls []string + Description string + Errors []string + Id string + Kind string + Labels []string + Package_ string + Platform []string + References []RuleResultsReference + ResourceTypes []string + Results []RuleResult + RuleBundle *RuleBundle + ServiceGroup string + Title string + func (r *RuleResults) UnmarshalJSON(data []byte) error + type RuleResultsReference struct + Title string + Url string + type SourceLocation struct + Column int + Filepath string + Line int + type State struct + EnvironmentProvider string + Format string + FormatVersion string + InputType string + Meta map[string]interface{} + Resources map[string]map[string]ResourceState + Scope map[string]interface{}