models

package
v1.8.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 8, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SeverityCritical = "CRITICAL"
	SeverityHigh     = "HIGH"
	SeverityMedium   = "MEDIUM"
	SeverityLow      = "LOW"
	SeverityUnknown  = "UNKNOWN"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Configuration

type Configuration struct {
	SeverityThreshold  string   `yaml:"severity_threshold"`
	IgnoreDirs         []string `yaml:"ignore_dirs"`
	IgnorePaths        []string `yaml:"ignore_paths"`
	EmailNotifications []string `yaml:"email_notifications"`
	// TODO deprecate
	SecretsWhitelist []string `yaml:"secrets_whitelist"`
	SecretsAllowlist []string `yaml:"secrets_allowlist"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL