We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2a65d commit 203ce2aCopy full SHA for 203ce2a
vulnfeeds/cmd/alpine/main.go
@@ -25,7 +25,7 @@ import (
25
const (
26
alpineURLBase = "https://secdb.alpinelinux.org/%s/main.json"
27
alpineIndexURL = "https://secdb.alpinelinux.org/"
28
- alpineOutputPathDefault = "alpine"
+ alpineOutputPathDefault = "tmp/alpine"
29
defaultCvePath = "cve_jsons"
30
)
31
0 commit comments