Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ScanStatus = map[string]bool{ "INCONCLUSIVE": true, "ABORTED": true, "TIMEOUT": true, "CLEANUP": false, "CREATED": false, "FAILED": true, "FINISHED": true, "KILLED": true, "MALFORMED": true, "QUEUED": false, "RUNNING": false, }
ScanStatus contains the list of possible status of a check, and indicates whether the status is a final state or not.
Functions ¶
Types ¶
type Asset ¶
Asset defines the asset where a concrete checktype will be executed with a set of options and a concrete queue.
type CLI ¶
type CLI struct {
// contains filtered or unexported fields
}
func (*CLI) RunScan ¶
RunScan starts execution, or simulates, the execution of a scan composed by a set of checks.
func (*CLI) UpdateStats ¶
type Scan ¶
Scan defines a set of checks that have been executed together.
func (*Scan) IsFinished ¶
Click to show internal directories.
Click to hide internal directories.