Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct {
Issues []Issue
}
func Run ¶
func Run(ctx context.Context, logger *logging.Logger, cfg *config.Config, configPath, execPath string, envInfo *environment.EnvironmentInfo) (*Result, error)
Run executes the security checks and returns the aggregated result.
func (*Result) ErrorCount ¶
func (*Result) TotalIssues ¶
func (*Result) WarningCount ¶
Click to show internal directories.
Click to hide internal directories.