Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLScanner ¶
type SQLScanner struct {
// contains filtered or unexported fields
}
SQLScanner - Scanner for SQL
func (*SQLScanner) GetRecommendations ¶
func (a *SQLScanner) GetRecommendations() map[string]azqr.AzqrRecommendation
GetRecommendations - Returns the rules for the SQLScanner
func (*SQLScanner) Init ¶
func (c *SQLScanner) Init(config *azqr.ScannerConfig) error
Init - Initializes the SQLScanner
func (*SQLScanner) ResourceTypes ¶
func (a *SQLScanner) ResourceTypes() []string
func (*SQLScanner) Scan ¶
func (c *SQLScanner) Scan(scanContext *azqr.ScanContext) ([]azqr.AzqrServiceResult, error)
Scan - Scans all SQL in a Resource Group
Click to show internal directories.
Click to hide internal directories.