Documentation
¶
Index ¶
- func WithParams(params scangraph.ScanGraphParams) scan.SbomScanOption
- type ScanGraphStrategy
- func (sg *ScanGraphStrategy) DeprecatedScanTask(target *cyclonedx.BOM) (techResults services.ScanResponse, err error)
- func (sg *ScanGraphStrategy) PrepareStrategy() error
- func (sg *ScanGraphStrategy) SbomEnrichTask(target *cyclonedx.BOM) (enriched *cyclonedx.BOM, violations []services.Violation, err error)
- func (sg *ScanGraphStrategy) WithOptions(options ...scan.SbomScanOption) scan.SbomScanStrategy
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithParams ¶
func WithParams(params scangraph.ScanGraphParams) scan.SbomScanOption
Types ¶
type ScanGraphStrategy ¶
type ScanGraphStrategy struct {
scangraph.ScanGraphParams
}
func NewScanGraphStrategy ¶
func NewScanGraphStrategy() *ScanGraphStrategy
func (*ScanGraphStrategy) DeprecatedScanTask ¶
func (sg *ScanGraphStrategy) DeprecatedScanTask(target *cyclonedx.BOM) (techResults services.ScanResponse, err error)
func (*ScanGraphStrategy) PrepareStrategy ¶
func (sg *ScanGraphStrategy) PrepareStrategy() error
func (*ScanGraphStrategy) SbomEnrichTask ¶
func (*ScanGraphStrategy) WithOptions ¶
func (sg *ScanGraphStrategy) WithOptions(options ...scan.SbomScanOption) scan.SbomScanStrategy
Click to show internal directories.
Click to hide internal directories.