Documentation ¶
Index ¶
- type Executor
- type Job
- type Option
- func OptionWithFrameworks(frameworks ...framework.Framework) Option
- func OptionWithIncludeDeprecatedChecks(b bool) Option
- func OptionWithRegoOnly(regoOnly bool) Option
- func OptionWithRegoScanner(s *rego.Scanner) Option
- func OptionWithResultsFilter(f func(scan.Results) scan.Results) Option
- func OptionWithWorkspaceName(workspaceName string) Option
- type Pool
- type Worker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶
type Executor struct {
// contains filtered or unexported fields
}
Executor scans HCL blocks by running all registered rules against them
type Option ¶
type Option func(s *Executor)
func OptionWithFrameworks ¶
func OptionWithIncludeDeprecatedChecks ¶ added in v0.55.0
func OptionWithRegoOnly ¶
func OptionWithRegoScanner ¶
func OptionWithResultsFilter ¶
func OptionWithWorkspaceName ¶
Click to show internal directories.
Click to hide internal directories.