Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactLocation ¶
type ArtifactLocation struct {
URI string `json:"uri"`
}
type Locations ¶
type Locations struct {
PhysicalLocation PhysicalLocation `json:"physicalLocation"`
}
type PhysicalLocation ¶
type PhysicalLocation struct { ArtifactLocation ArtifactLocation `json:"artifactLocation"` Region Region `json:"region"` }
type Properties ¶
type Properties map[string]interface{}
type Report ¶
type Report struct { TotalItemsScanned int `json:"totalItemsScanned"` TotalSecretsFound int `json:"totalSecretsFound"` Results map[string][]*secrets.Secret `json:"results"` }
type Results ¶
type Results struct { Message Message `json:"message"` RuleId string `json:"ruleId"` Locations []Locations `json:"locations"` Properties Properties `json:"properties,omitempty"` }
type ShortDescription ¶
type ShortDescription struct {
Text string `json:"text"`
}
type Snippet ¶
type Snippet struct { Text string `json:"text"` Properties Properties `json:"properties,omitempty"` }
Click to show internal directories.
Click to hide internal directories.