Documentation ¶
Index ¶
- Constants
- type Client
- func (c *Client) ListImages() []string
- func (c *Client) ScanAllImages(ctx context.Context, progress Progress, ...) error
- func (c *Client) ScanFilesystem(ctx context.Context, path string, requiredChecks []string, progress Progress) (*output.Report, error)
- func (c *Client) ScanImage(ctx context.Context, imageName string, progress Progress) (*output.Report, error)
- type Progress
Constants ¶
View Source
const ( EngineDocker engineType = "docker" EnginePodman = "podman" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) ListImages ¶
func (*Client) ScanAllImages ¶
func (*Client) ScanFilesystem ¶
Click to show internal directories.
Click to hide internal directories.