Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Enabled bool `json:"enabled" yaml:"enabled" mapstructure:"enabled"` ScannersList []string `yaml:"scanners_list" mapstructure:"scanners_list"` StripInputPaths bool `yaml:"strip_input_paths" mapstructure:"strip_input_paths"` Inputs []types.Input `yaml:"inputs" mapstructure:"inputs"` ScannersConfig ScannersConfig `yaml:"scanners_config" mapstructure:"scanners_config"` }
type SSHTopologyConfig ¶
type SSHTopologyConfig struct{}
type ScannerResult ¶
func (ScannerResult) GetError ¶
func (sr ScannerResult) GetError() error
type ScannersConfig ¶
type ScannersConfig struct {
SSHTopology SSHTopologyConfig `yaml:"ssh_topology" mapstructure:"ssh_topology"`
}
ScannersConfig Add scanner specific configurations here, where the key is the scanner name, and the value is the scanner specific configuration.
For example if the scanner name is "sshTopology":
SSHTopology SSHTopologyConfig `yaml:"ssh_topology" mapstructure:"ssh_topology"`
func (ScannersConfig) IsConfig ¶
func (ScannersConfig) IsConfig()
Click to show internal directories.
Click to hide internal directories.