Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericScanner ¶
type GenericScanner struct {
// contains filtered or unexported fields
}
GenericScanner is a scanner that scans a file as is without processing it
func NewJsonScanner ¶
func NewJsonScanner(opts ...options.ScannerOption) *GenericScanner
func NewScanner ¶
func NewScanner(name string, source types.Source, parser configParser, opts ...options.ScannerOption) *GenericScanner
func NewTomlScanner ¶
func NewTomlScanner(opts ...options.ScannerOption) *GenericScanner
func NewYamlScanner ¶
func NewYamlScanner(opts ...options.ScannerOption) *GenericScanner
func (*GenericScanner) Name ¶
func (s *GenericScanner) Name() string
func (*GenericScanner) SetFrameworks ¶
func (*GenericScanner) SetFrameworks([]framework.Framework)
func (*GenericScanner) SetIncludeDeprecatedChecks ¶
func (*GenericScanner) SetIncludeDeprecatedChecks(bool)
func (*GenericScanner) SetRegoOnly ¶
func (*GenericScanner) SetRegoOnly(bool)
Click to show internal directories.
Click to hide internal directories.