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 `yaml:"enabled" mapstructure:"enabled"` AnalyzersList []string `yaml:"analyzers_list" mapstructure:"analyzers_list"` Inputs []types.Input `yaml:"inputs" mapstructure:"inputs"` MergeWith []MergeWith `yaml:"merge_with" mapstructure:"merge_with"` AnalyzersConfig *config.Config `yaml:"analyzers_config" mapstructure:"analyzers_config"` }
type MergeWith ¶
type MergeWith struct {
SbomPath string `yaml:"sbom_path" mapstructure:"sbom_path"`
}
type Results ¶
func (*Results) EncodeToBytes ¶
Click to show internal directories.
Click to hide internal directories.