Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSampleScanners ¶
func GetSampleScanners() []string
GetSampleScanners returns list of supported scanners.
Types ¶
type Result ¶
type Result struct {
// Image to scan
Image string `json:"image"`
Files map[ScanType]string `json:"files"`
}
Result is the scan result.
Click to show internal directories.
Click to hide internal directories.