Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegistryAuth ¶
RegistryAuth wraps registry credentials.
type Wrapper ¶
type Wrapper interface {
Run(imageRef string, auth RegistryAuth) (trivy.ScanReport, error)
}
func NewWrapper ¶
func NewWrapper(config etc.WrapperConfig) Wrapper
Click to show internal directories.
Click to hide internal directories.