fix(report): Unsupport family: centos (#876)

* fix(report): Unsupport family: centos

* go mod tidy
This commit is contained in:
Kota Kanbe
2019-07-25 12:47:41 +09:00
committed by GitHub
parent d770034788
commit 3d4a5d9917
3 changed files with 7 additions and 46 deletions

View File

@@ -174,7 +174,6 @@ func FillCveInfo(dbclient DBClient, r *models.ScanResult, cpeURIs []string, igno
r.FormatServerName(), nCVEs)
nCVEs, err = FillWithOval(dbclient.OvalDB, r)
if err != nil {
return xerrors.Errorf("Failed to fill with OVAL: %w", err)
}