Gofmt
This commit is contained in:
parent
db60b5fb22
commit
92b81f3ecd
@ -34,7 +34,7 @@ import (
|
||||
"github.com/coreos/clair/pkg/commonerr"
|
||||
)
|
||||
|
||||
var secdbGitURL = "https://git.alpinelinux.org/cgit/alpine-secdb"
|
||||
var secdbGitURL = "https://git.alpinelinux.org/cgit/alpine-secdb"
|
||||
|
||||
const (
|
||||
updaterFlag = "alpine-secdbUpdater"
|
||||
|
@ -40,9 +40,9 @@ import (
|
||||
var trackerRepository = "https://launchpad.net/ubuntu-cve-tracker"
|
||||
|
||||
const (
|
||||
trackerURI = "https://launchpad.net/ubuntu-cve-tracker"
|
||||
updaterFlag = "ubuntuUpdater"
|
||||
cveURL = "http://people.ubuntu.com/~ubuntu-security/cve/%s"
|
||||
trackerURI = "https://launchpad.net/ubuntu-cve-tracker"
|
||||
updaterFlag = "ubuntuUpdater"
|
||||
cveURL = "http://people.ubuntu.com/~ubuntu-security/cve/%s"
|
||||
)
|
||||
|
||||
var (
|
||||
|
@ -72,7 +72,7 @@ func init() {
|
||||
type UpdaterConfig struct {
|
||||
EnabledUpdaters []string
|
||||
Interval time.Duration
|
||||
SourceURLs map[string]string
|
||||
SourceURLs map[string]string
|
||||
}
|
||||
|
||||
type vulnerabilityChange struct {
|
||||
|
Loading…
Reference in New Issue
Block a user