fix oval support Amazon Linux :refs #824

This commit is contained in:
MaineK00n
2020-07-31 16:32:42 +09:00
parent b947568232
commit 72e3f4458d

View File

@@ -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
}