Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Enabled bool `yaml:"enabled" mapstructure:"enabled"` ScannersList []string `yaml:"scanners_list" mapstructure:"scanners_list"` StripInputPaths bool `yaml:"strip_input_paths" mapstructure:"strip_input_paths"` Inputs []Input `yaml:"inputs" mapstructure:"inputs"` ScannersConfig *common.ScannersConfig `yaml:"scanners_config" mapstructure:"scanners_config"` }
type MergedResults ¶
func NewMergedResults ¶
func NewMergedResults() *MergedResults
func (*MergedResults) Merge ¶
func (m *MergedResults) Merge(other *common.Results) *MergedResults
type Results ¶
type Results struct {
MergedResults *MergedResults `yaml:"merged_results"`
}
Click to show internal directories.
Click to hide internal directories.