change raspberry pi os use debian oval at report

This commit is contained in:
MaineK00n
2020-07-14 22:08:16 +09:00
parent b169ef622e
commit 3dab5e2b2c
3 changed files with 7 additions and 4 deletions

View File

@@ -392,8 +392,7 @@ func ovalSupported(r *models.ScanResult) bool {
switch r.Family {
case
config.Amazon,
config.FreeBSD,
config.Raspbian:
config.FreeBSD:
return false
}
return true