Merge pull request #216 from dwertent/master

support armoBest framework name
This commit is contained in:
David Wertenteil
2021-11-07 09:23:27 +02:00
committed by GitHub
+1 -1
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 {