diff --git a/report/util.go b/report/util.go index 58dc9bee..b4628c2a 100644 --- a/report/util.go +++ b/report/util.go @@ -391,7 +391,6 @@ func formatChangelogs(r models.ScanResult) string { func ovalSupported(r *models.ScanResult) bool { switch r.Family { case - config.Amazon, config.FreeBSD: return false }