Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SupportedFrameworks = []string{"nsa", "mitre"}
View Source
var ValidFrameworks = strings.Join(SupportedFrameworks, ", ")
Functions ¶
Types ¶
type CLIHandler ¶
type CLIHandler struct {
// contains filtered or unexported fields
}
func NewCLIHandler ¶
func NewCLIHandler(policyHandler *policyhandler.PolicyHandler, scanInfo *cautils.ScanInfo) *CLIHandler
func (*CLIHandler) Scan ¶
func (clihandler *CLIHandler) Scan() error
Click to show internal directories.
Click to hide internal directories.