Documentation
¶
Index ¶
- Variables
- func Execute() (int, error)
- func Exit(resultsCount int, err error)
- func ProcessItems(engineInstance engine.IEngine, pluginName string)
- func ProcessScoreWithoutValidation(engine engine.IEngine)
- func ProcessSecrets()
- func ProcessSecretsExtras()
- func ProcessSecretsWithValidation()
- func ProcessValidationAndScoreWithValidation(engine engine.IEngine)
Constants ¶
This section is empty.
Variables ¶
View Source
var Channels = plugins.Channels{ Items: make(chan plugins.ISourceItem), Errors: make(chan error), WaitGroup: &sync.WaitGroup{}, }
View Source
var CvssScoreWithoutValidationChan = make(chan *secrets.Secret)
View Source
var Report = reporting.Init()
View Source
var SecretsChan = make(chan *secrets.Secret)
View Source
var SecretsExtrasChan = make(chan *secrets.Secret)
View Source
var ValidationChan = make(chan *secrets.Secret)
View Source
var Version = "0.0.0"
Functions ¶
func ProcessItems ¶
func ProcessSecrets ¶
func ProcessSecrets()
func ProcessSecretsExtras ¶
func ProcessSecretsExtras()
func ProcessSecretsWithValidation ¶
func ProcessSecretsWithValidation()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.