Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultName = "trivy"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { SetPath(path string) Scan(dir string) (*model.TrivyReport, error) }
Click to show internal directories.
Click to hide internal directories.