Documentation
¶
Overview ¶
Package scanner orchestrates the security scanning process.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScanOptions ¶
ScanOptions configures the scan behaviour.
type Scanner ¶
type Scanner interface {
Scan(ScanOptions) (*types.ScanResult, error)
CheckPackage(ecosystem, name, version string) (*types.CheckResult, error)
Refresh(force bool) (*types.RefreshResult, error)
GetStatus() types.IOCDatabaseStatus
}
Scanner defines the interface for security scanning operations.
Click to show internal directories.
Click to hide internal directories.