From bb708db89fed0034e48c2fcab3921d959fcb3e90 Mon Sep 17 00:00:00 2001 From: Kota Kanbe Date: Wed, 26 Apr 2017 20:29:32 +0900 Subject: [PATCH] Make it work on FreeBSD --- commands/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/util.go b/commands/util.go index c5378624..8052ba38 100644 --- a/commands/util.go +++ b/commands/util.go @@ -188,7 +188,7 @@ func fillCveInfoFromOvalDB(r *models.ScanResult) (*models.ScanResult, error) { ovalClient = oval.NewDebian() case "rhel", "centos": ovalClient = oval.NewRedhat() - case "amazon", "oraclelinux", "Raspbian": + case "amazon", "oraclelinux", "Raspbian", "FreeBSD": //TODO implement OracleLinux return r, nil default: