Documentation ¶
Overview ¶
Package check holds check related files
Package check holds check related files
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClusterAgentCommands ¶
func ClusterAgentCommands(bundleParams core.BundleParams) []*cobra.Command
ClusterAgentCommands returns the cluster agent commands
func RunCheck ¶
func RunCheck(log log.Component, config config.Component, _ secrets.Component, statsdComp statsd.Component, checkArgs *CliParams, compression logscompression.Component) error
RunCheck runs a check
func SecurityAgentCommands ¶
func SecurityAgentCommands(globalParams *command.GlobalParams) []*cobra.Command
SecurityAgentCommands returns the security agent commands
Types ¶
type CliParams ¶
type CliParams struct { *command.GlobalParams // contains filtered or unexported fields }
CliParams needs to be exported because the compliance subcommand is tightly coupled to this subcommand and tests need to be able to access this type.
Click to show internal directories.
Click to hide internal directories.