Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RemoteArchiveSet = wire.NewSet( image.NewArchiveImage, RemoteSuperSet, )
View Source
var RemoteDockerSet = wire.NewSet( types.GetDockerOption, image.NewDockerImage, RemoteSuperSet, )
View Source
var RemoteSuperSet = wire.NewSet( aimage.NewArtifact, client.SuperSet, wire.Bind(new(Driver), new(client.Scanner)), NewScanner, )
RemoteSuperSet is used in the client mode
View Source
var StandaloneArchiveSet = wire.NewSet( image.NewArchiveImage, aimage.NewArtifact, StandaloneSuperSet, )
View Source
var StandaloneDockerSet = wire.NewSet( types.GetDockerOption, image.NewDockerImage, aimage.NewArtifact, StandaloneSuperSet, )
View Source
var StandaloneFilesystemSet = wire.NewSet( flocal.NewArtifact, StandaloneSuperSet, )
View Source
var StandaloneRepositorySet = wire.NewSet( remote.NewArtifact, StandaloneSuperSet, )
View Source
var StandaloneSuperSet = wire.NewSet( local.SuperSet, wire.Bind(new(Driver), new(local.Scanner)), NewScanner, )
StandaloneSuperSet is used in the standalone mode
Functions ¶
This section is empty.
Types ¶
type DriverScanArgs ¶ added in v0.9.0
type DriverScanExpectation ¶ added in v0.9.0
type DriverScanExpectation struct { Args DriverScanArgs Returns DriverScanReturns }
type DriverScanReturns ¶ added in v0.9.0
type MockDriver ¶ added in v0.5.0
MockDriver is an autogenerated mock type for the Driver type
func (*MockDriver) ApplyScanExpectation ¶ added in v0.5.0
func (_m *MockDriver) ApplyScanExpectation(e DriverScanExpectation)
func (*MockDriver) ApplyScanExpectations ¶ added in v0.5.0
func (_m *MockDriver) ApplyScanExpectations(expectations []DriverScanExpectation)
func (*MockDriver) Scan ¶ added in v0.5.0
func (_m *MockDriver) Scan(target string, imageID string, layerIDs []string, options types.ScanOptions) (report.Results, *fanaltypes.OS, bool, error)
Scan provides a mock function with given fields: target, imageID, layerIDs, options
type Scanner ¶ added in v0.3.0
type Scanner struct {
// contains filtered or unexported fields
}
func (Scanner) ScanArtifact ¶ added in v0.9.0
Click to show internal directories.
Click to hide internal directories.