package
Version:
v1.6.0
Opens a new window with list of versions in this module.
Published: May 29, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
SeverityCritical = "CRITICAL"
SeverityHigh = "HIGH"
SeverityMedium = "MEDIUM"
SeverityLow = "LOW"
SeverityUnknown = "UNKNOWN"
)
type Configuration struct {
SeverityThreshold string `yaml:"severity_threshold"`
IgnoreDirs []string `yaml:"ignore_dirs"`
EmailNotifications []string `yaml:"email_notifications"`
SecretsWhitelist []string `yaml:"secrets_whitelist"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.