Documentation ¶
Overview ¶
Package alpine implements a vulnerability Fetcher using the alpine-secdb git repository.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrFilesystem is returned when a fetcher fails to interact with the local filesystem. ErrFilesystem = errors.New("updater/fetchers: something went wrong when interacting with the fs") // ErrGitFailure is returned when a fetcher fails to interact with git. ErrGitFailure = errors.New("updater/fetchers: something went wrong when interacting with git") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.