Versions in this module Expand all Collapse all v0 v0.44.0 Aug 25, 2023 v0.0.1 Oct 9, 2023 Changes in this version + func WithCustomHeaders(ctx context.Context, customHeaders http.Header) context.Context + type Option func(*options) + func WithRPCClient(c rpc.Scanner) Option + type Scanner struct + func NewScanner(scannerOptions ScannerOption, opts ...Option) Scanner + func (s Scanner) Scan(ctx context.Context, target, artifactKey string, blobKeys []string, ...) (types.Results, ftypes.OS, error) + type ScannerOption struct + CustomHeaders http.Header + Insecure bool + RemoteURL string