package
3.0.0-pre1
Repository: https://github.com/quay/clair.git
Documentation: pkg.go.dev

# Packages

Package nvd implements a vulnerability metadata appender using the NIST NVD database.

# Functions

Appenders returns the list of the registered Appenders.
CleanAll is a utility function that calls Clean() on every registered Appender.
RegisterAppender makes an Appender available by the provided name.

# Interfaces

Appender represents anything that can fetch vulnerability metadata and append it to a Vulnerability.

# Type aliases

AppendFunc is the type of a callback provided to an Appender.