package
2.0.1+incompatible
Repository: https://github.com/ericchiang/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.
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.