Documentation ¶
Index ¶
- type Scanner
- func (s *Scanner) Clear()
- func (s *Scanner) HandleCISDockerBenchmarkScanResult(params operations.PostScanScanUUIDCisDockerBenchmarkResultsParams) error
- func (s *Scanner) HandleScanResults(params operations.PostScanScanUUIDResultsParams) error
- func (s *Scanner) Results() *_types.ScanResults
- func (s *Scanner) Scan(scanConfig *_config.ScanConfig) (chan struct{}, error)
- func (s *Scanner) ScanProgress() _types.ScanProgress
- func (s *Scanner) ShouldHandleScanContentAnalysis(params operations.PostScanScanUUIDContentAnalysisParams) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scanner ¶
func CreateScanner ¶
func CreateScanner(config *_config.Config, clientset kubernetes.Interface) *Scanner
func (*Scanner) HandleCISDockerBenchmarkScanResult ¶
func (s *Scanner) HandleCISDockerBenchmarkScanResult(params operations.PostScanScanUUIDCisDockerBenchmarkResultsParams) error
func (*Scanner) HandleScanResults ¶
func (s *Scanner) HandleScanResults(params operations.PostScanScanUUIDResultsParams) error
func (*Scanner) Results ¶
func (s *Scanner) Results() *_types.ScanResults
func (*Scanner) Scan ¶
func (s *Scanner) Scan(scanConfig *_config.ScanConfig) (chan struct{}, error)
func (*Scanner) ScanProgress ¶
func (s *Scanner) ScanProgress() _types.ScanProgress
func (*Scanner) ShouldHandleScanContentAnalysis ¶
func (s *Scanner) ShouldHandleScanContentAnalysis(params operations.PostScanScanUUIDContentAnalysisParams) bool
Click to show internal directories.
Click to hide internal directories.