package
0.0.1
Repository: https://github.com/stackrox/scanner.git
Documentation: pkg.go.dev

# Packages

Package fetchers implements vulnerability fetchers for several sources.

# Functions

Healthcheck returns the health of the updater service.
RegisterFetcher makes a Fetcher available by the provided name.
Run updates the vulnerability database at regular intervals.
Update fetches all the vulnerabilities from the registered fetchers, upserts them into the database and then sends notifications.

# Structs

FetcherResponse represents the sum of results of an update.
FetcherVulnerability represents an individual vulnerability processed from an update.

# Interfaces

Fetcher represents anything that can fetch vulnerabilities.