add disco to namespace mappings for ubuntu

otherwise those vulnerabilities do not reach the database
This commit is contained in:
Dominik Csapak 2019-04-26 08:23:47 +02:00
parent 5fef44dd04
commit e08fe792ef

View File

@ -47,4 +47,5 @@ var UbuntuReleasesMapping = map[string]string{
"artful": "17.10",
"bionic": "18.04",
"cosmic": "18.10",
"disco": "19.04",
}