Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ReleaseToRepo = map[Release]Repo{
Linux1: amzn1,
Linux2: amzn2,
}
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is an http for accessing ALAS mirrors.
type Updater ¶
type Updater struct {
// contains filtered or unexported fields
}
Updater implements the claircore.Updater.Fetcher and claircore.Updater.Parser interfaces making it eligible to be used as a claircore.Updater
func NewUpdater ¶
func (*Updater) Parse ¶
func (u *Updater) Parse(contents io.ReadCloser) ([]*claircore.Vulnerability, error)
Click to show internal directories.
Click to hide internal directories.