mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
Merge pull request #216 from dwertent/master
support armoBest framework name
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user