# Functions
IsEmptyLayer determines whether the blob sum is one of the known empty layers.
Log passes log messages to the logging package.
New creates a new Clair struct with the given URL and credentials.
Quiet discards logs silently.
# Constants
EmptyLayerBlobSum is the blob sum of empty layers.
LegacyEmptyLayerBlobSum is the blob sum of empty layers used by docker before it could support a truly empty layer.
# Variables
ErrNilGRPCConn holds the error for when the grpc connection is nil.
Priorities are the vulnerability priority labels.
# Structs
Clair defines the client for retrieving information from the clair API.
Error describes the structure of a clair error.
ErrorTransport defines the data structure for returning errors from the round tripper.
Layer represents an image layer.
Opt holds the options for a new clair client.
Vulnerability represents vulnerability entity returned by Clair.
VulnerabilityReport represents the result of a vulnerability scan of a repo.
# Type aliases
LogfCallback is the callback for formatting logs.