Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reporter ¶
type Reporter interface { ReportScanResults(mergedResults *scanner.MergedResults, layerCommands []*image_helper.FsLayerCommand) error ReportScanError(scanError *models.ScanError) error ReportScanContentAnalysis(mergedResults *analyzer.MergedResults) error }
type ReporterImpl ¶
type ReporterImpl struct {
// contains filtered or unexported fields
}
nolint:containedctx
func (*ReporterImpl) ReportScanContentAnalysis ¶
func (r *ReporterImpl) ReportScanContentAnalysis(mergedResults *analyzer.MergedResults) error
func (*ReporterImpl) ReportScanError ¶
func (r *ReporterImpl) ReportScanError(scanError *models.ScanError) error
func (*ReporterImpl) ReportScanResults ¶
func (r *ReporterImpl) ReportScanResults( mergedResults *scanner.MergedResults, layerCommands []*image_helper.FsLayerCommand, ) error
Click to show internal directories.
Click to hide internal directories.