Compare commits

...

1 Commits

Author SHA1 Message Date
dwertent
b0f6357482 support armoBest 2021-11-07 09:13:51 +02:00

View File

@@ -19,7 +19,7 @@ import (
"github.com/armosec/opa-utils/reporthandling"
)
var SupportedFrameworks = []string{"nsa", "mitre"}
var SupportedFrameworks = []string{"nsa", "mitre", "armobest"}
var ValidFrameworks = strings.Join(SupportedFrameworks, ", ")
type componentInterfaces struct {