Documentation
¶
Index ¶
Constants ¶
View Source
const ( ExitSuccess = 0 ExitError = 1 ExitVulnerabilitiesFound = 2 )
Variables ¶
View Source
var ( Version = "dev" BuildDate = "unknown" GitCommit = "unknown" )
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Target string
Timeout time.Duration
Scanners []string
OutputFormat string
OutputFile string
HTMLFile string
JSONFile string
Verbose bool
NoColor bool
FailOnVulnerability bool
MinSeverity string
DBEnabled bool
DBPath string
Category string
EPSSEnabled bool
EPSSOutput string
ChartFile string
AnalysisEnabled bool
}
Click to show internal directories.
Click to hide internal directories.