aboutsummaryrefslogtreecommitdiff
path: root/nvdmirror
diff options
context:
space:
mode:
Diffstat (limited to 'nvdmirror')
-rw-r--r--nvdmirror/sync.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvdmirror/sync.go b/nvdmirror/sync.go
index dcbf6a9..430842f 100644
--- a/nvdmirror/sync.go
+++ b/nvdmirror/sync.go
@@ -39,5 +39,6 @@ func Sync(config SyncConfig, cache Cache, dstDir string) []string {
return ctx.syncUrls(append(
ctx.checkMetas(ctx.fetchMetas()),
config.GetCpeDictUrl(),
+ config.GetCisaKevcUrl(),
))
}