package
1.2.2
Repository: https://github.com/solidnerd/clair.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

DetectData finds the Data of the layer by using every registered DataDetector.
DetectFeatures detects a list of FeatureVersion using every registered FeaturesDetector.
DetectNamespace finds the OS of the layer by using every registered NamespaceDetector.
GetRequiredFilesFeatures returns the list of files required for Detect for every registered FeaturesDetector, without leading /.
GetRequiredFilesNamespace returns the list of files required for DetectNamespace for every registered NamespaceDetector, without leading /.
RegisterDataDetector provides a way to dynamically register an implementation of a DataDetector.
RegisterFeaturesDetector makes a FeaturesDetector available for DetectFeatures.
RegisterNamespaceDetector provides a way to dynamically register an implementation of a NamespaceDetector.

# Variables

ErrCouldNotFindLayer is returned when we could not download or open the layer file.

# Interfaces

The DataDetector interface defines a way to detect the required data from input path.
The FeaturesDetector interface defines a way to detect packages from input data.
The NamespaceDetector interface defines a way to detect a Namespace from input data.