Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigScanner ¶
type ConfigScanner struct {
// contains filtered or unexported fields
}
func NewConfigScanner ¶
func NewConfigScanner(cacheDir string, policyPaths, dataPaths, namespaces []string, allowEmbedded bool) (*ConfigScanner, error)
func (ConfigScanner) Close ¶
func (s ConfigScanner) Close() error
func (ConfigScanner) Scan ¶
func (s ConfigScanner) Scan(dir string) ([]types.Misconfiguration, error)
Click to show internal directories.
Click to hide internal directories.