feat(os) : support Rocky linux (#1260)

* support rocky linux scan

* fix miss

* lint
This commit is contained in:
kazuminn
2021-07-02 05:35:47 +09:00
committed by GitHub
parent 1c8e074c9d
commit 5755b00576
3 changed files with 142 additions and 0 deletions

View File

@@ -17,6 +17,9 @@ const (
// CentOS is
CentOS = "centos"
// Rocky is
Rocky = "Rocky"
// Fedora is
// Fedora = "fedora"