Documentation ¶
Index ¶
- type Client
- func (c *Client) ListImages() []string
- func (c *Client) ScanAccount(ctx context.Context, accountNo, region string, progress Progress) (*output.Report, error)
- 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)
- func (c *Client) ScanService(ctx context.Context, serviceName string, accountNo, region string, ...) (*output.Report, error)
- type Progress
Constants ¶
This section is empty.
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) ScanAccount ¶
func (*Client) ScanAllImages ¶
func (*Client) ScanFilesystem ¶
Click to show internal directories.
Click to hide internal directories.