Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalysisResult ¶
type AnalysisResult struct {
// Currently it supports custom resources only
CustomResources []CustomResource
}
type CustomResource ¶
type PostScanAction ¶
type PostScanAction string
type PostScanSpec ¶
type PostScanSpec struct {
// What action the module will do in post scanning.
// value: INSERT, UPDATE and DELETE
Action PostScanAction
// IDs represent which vulnerability and misconfiguration ID will be updated or deleted in post scanning.
// When the action is UPDATE, the matched result will be passed to the module.
IDs []string
}
type StringSlice ¶
type StringSlice []string
Click to show internal directories.
Click to hide internal directories.