scanner

package
v0.22.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 24, 2021 License: Apache-2.0 Imports: 15 Imported by: 10

Documentation

Index

Constants

This section is empty.

Variables

RemoteArchiveSet binds remote archive dependencies

RemoteDockerSet binds remote docker dependencies

RemoteSuperSet is used in the client mode

StandaloneArchiveSet binds archive scan dependencies

StandaloneDockerSet binds docker dependencies

View Source
var StandaloneFilesystemSet = wire.NewSet(
	flocal.NewArtifact,
	StandaloneSuperSet,
)

StandaloneFilesystemSet binds filesystem dependencies

View Source
var StandaloneRepositorySet = wire.NewSet(
	remote.NewArtifact,
	StandaloneSuperSet,
)

StandaloneRepositorySet binds repository dependencies

StandaloneSuperSet is used in the standalone mode

Functions

This section is empty.

Types

type Driver added in v0.5.0

type Driver interface {
	Scan(target string, artifactKey string, blobKeys []string, options types.ScanOptions) (
		results report.Results, osFound *ftypes.OS, err error)
}

Driver defines operations of scanner

type DriverScanArgs added in v0.9.0

type DriverScanArgs struct {
	Target           string
	TargetAnything   bool
	ImageID          string
	ImageIDAnything  bool
	LayerIDs         []string
	LayerIDsAnything bool
	Options          types.ScanOptions
	OptionsAnything  bool
}

type DriverScanExpectation added in v0.9.0

type DriverScanExpectation struct {
	Args    DriverScanArgs
	Returns DriverScanReturns
}

type DriverScanReturns added in v0.9.0

type DriverScanReturns struct {
	Results report.Results
	OsFound *fanaltypes.OS
	Err     error
}

type MockDriver added in v0.5.0

type MockDriver struct {
	mock.Mock
}

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, artifactKey string, blobKeys []string, options types.ScanOptions) (report.Results, *fanaltypes.OS, 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
}

Scanner implements the Artifact and Driver operations

func NewScanner added in v0.3.0

func NewScanner(driver Driver, ar artifact.Artifact) Scanner

NewScanner is the factory method of Scanner

func (Scanner) ScanArtifact added in v0.9.0

func (s Scanner) ScanArtifact(ctx context.Context, options types.ScanOptions) (report.Report, error)

ScanArtifact scans the artifacts and returns results

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL