package
2.1.4-stackrox+incompatible
Repository: https://github.com/stackrox/scanner.git
Documentation: pkg.go.dev

# Packages

Package alpine implements a vulnerability source updater using the alpine-secdb git repository.
Package amzn implements a vulnerability source updater using ALAS (Amazon Linux Security Advisories).
Package debian implements a vulnerability source updater using the Debian Security Tracker.
Package oracle implements a vulnerability source updater using the Oracle Linux OVAL Database.
Package rhel implements a vulnerability source updater using the Red Hat Linux OVAL Database.
Package ubuntu implements a vulnerability source updater using the Ubuntu CVE Tracker.

# Functions

RegisterUpdater makes an Updater available by the provided name.
Updaters returns the list of the registered Updaters.

# Variables

ErrFilesystem is returned when a fetcher fails to interact with the local filesystem.
ErrGitFailure is returned when a fetcher fails to interact with git.

# Structs

UpdateResponse represents the sum of results of an update.

# Interfaces

Updater represents anything that can fetch vulnerabilities and insert them into a Clair datastore.