chore: update goval-dictionary (#1323)

* chore: update goval-dictionary

* fix errs
This commit is contained in:
Kota Kanbe
2021-10-20 11:10:33 +09:00
committed by GitHub
parent 2dcbff8cd5
commit 6bceddeeda
8 changed files with 19 additions and 25 deletions

View File

@@ -33,7 +33,7 @@ func (o Alpine) FillWithOval(r *models.ScanResult) (nCVEs int, err error) {
return 0, err
}
} else {
driver, err := newOvalDB(o.Cnf, r.Family)
driver, err := newOvalDB(o.Cnf)
if err != nil {
return 0, err
}