Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageScanner ¶
type ImageScanner struct {
// contains filtered or unexported fields
}
func NewImageScanner ¶
func NewImageScanner(kclient KubernetesClient, tclient TrivyClient, concurrency uint8) *ImageScanner
func (*ImageScanner) CleanUp ¶
func (i *ImageScanner) CleanUp() error
func (*ImageScanner) Name ¶
func (i *ImageScanner) Name() string
func (*ImageScanner) Scan ¶
func (i *ImageScanner) Scan(ctx context.Context) (prometheus.Collector, error)
type KubernetesClient ¶
Click to show internal directories.
Click to hide internal directories.