Documentation ¶
Index ¶
- Variables
- func Execute()
- func GetLatestVersion() (string, error)
- func InitArmoBEConnector()
- func SetScanForFirstFramework(frameworks []string) []reporthandling.PolicyIdentifier
- func SetScanForGivenControls(controls []string) []reporthandling.PolicyIdentifier
- func SetScanForGivenFrameworks(frameworks []string) []reporthandling.PolicyIdentifier
- type RBACObjects
- type ResultsObject
Constants ¶
This section is empty.
Variables ¶
View Source
var BuildNumber string
Functions ¶
func GetLatestVersion ¶
func InitArmoBEConnector ¶
func InitArmoBEConnector()
func SetScanForFirstFramework ¶ added in v1.0.95
func SetScanForFirstFramework(frameworks []string) []reporthandling.PolicyIdentifier
func SetScanForGivenControls ¶ added in v1.0.95
func SetScanForGivenControls(controls []string) []reporthandling.PolicyIdentifier
func SetScanForGivenFrameworks ¶ added in v1.0.95
func SetScanForGivenFrameworks(frameworks []string) []reporthandling.PolicyIdentifier
Types ¶
type RBACObjects ¶ added in v1.0.106
type RBACObjects struct {
// contains filtered or unexported fields
}
func NewRBACObjects ¶ added in v1.0.106
func NewRBACObjects(scanner *rbacscanner.RbacScannerFromK8sAPI) *RBACObjects
func (*RBACObjects) SetResourcesReport ¶ added in v1.0.106
func (rbacObjects *RBACObjects) SetResourcesReport() (*reporthandling.PostureReport, error)
type ResultsObject ¶ added in v1.0.106
type ResultsObject struct {
// contains filtered or unexported fields
}
func NewResultsObject ¶ added in v1.0.106
func NewResultsObject(customerGUID, clusterName, filePath string) *ResultsObject
func (*ResultsObject) SetResourcesReport ¶ added in v1.0.106
func (resultsObject *ResultsObject) SetResourcesReport() (*reporthandling.PostureReport, error)
Click to show internal directories.
Click to hide internal directories.