Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SbomFailureReporter ¶ added in v0.3.79
type SbomFailureReporter interface {
ReportSbomFailure(ctx context.Context, report scanfailure.ScanFailureReport) error
}
type SbomManagerClient ¶
type SbomManagerClient interface {
ContainerCallback(notif containercollection.PubSubEvent)
}
type SbomManagerMock ¶
type SbomManagerMock struct{}
func CreateSbomManagerMock ¶
func CreateSbomManagerMock() *SbomManagerMock
func (SbomManagerMock) ContainerCallback ¶
func (s SbomManagerMock) ContainerCallback(_ containercollection.PubSubEvent)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.