feat(os): support debian 12 (#1676)

* feat(os): support debian 12

* chore(scanner/debian): remove unneeded warn log

---------

Co-authored-by: MaineK00n <mainek00n.1229@gmail.com>
This commit is contained in:
Wagde Zabit
2023-05-12 19:04:31 +03:00
committed by GitHub
parent b0cc908b73
commit b2c5b79672
5 changed files with 21 additions and 14 deletions

View File

@@ -31,7 +31,7 @@ func (deb Debian) supported(major string) bool {
"9": "stretch",
"10": "buster",
"11": "bullseye",
// "12": "bookworm",
"12": "bookworm",
// "13": "trixie",
// "14": "forky",
}[major]