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 []ftypes.CustomResource
}
TODO: replace with analyzer.AnalysisResult
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 or DELETE, the matched result will be passed to the module.
IDs []string
}
Click to show internal directories.
Click to hide internal directories.