Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface {
Handle(ctx context.Context, imageName, platform string, dockerConfig dockercfg.Config) error
}
Handler interface
type Option ¶
type Option func(s *imageVulnerabilityScanner)
Option configuration for vulnerability scanner
func WithScanTimeout ¶
WithScanTimeout sets the scan timeout
Click to show internal directories.
Click to hide internal directories.