Documentation
¶
Index ¶
- func WithParams(serverDetails *config.ServerDetails, projectKey string) scan.SbomScanOption
- type EnrichScanStrategy
- func (ess *EnrichScanStrategy) DeprecatedScanTask(target *cyclonedx.BOM) (techResults services.ScanResponse, err error)
- func (ess *EnrichScanStrategy) PrepareStrategy() (err error)
- func (ess *EnrichScanStrategy) SbomEnrichTask(target *cyclonedx.BOM) (enriched *cyclonedx.BOM, err error)
- func (ess *EnrichScanStrategy) WithOptions(options ...scan.SbomScanOption) scan.SbomScanStrategy
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithParams ¶
func WithParams(serverDetails *config.ServerDetails, projectKey string) scan.SbomScanOption
Types ¶
type EnrichScanStrategy ¶
type EnrichScanStrategy struct {
// contains filtered or unexported fields
}
func NewEnrichScanStrategy ¶
func NewEnrichScanStrategy() *EnrichScanStrategy
func (*EnrichScanStrategy) DeprecatedScanTask ¶
func (ess *EnrichScanStrategy) DeprecatedScanTask(target *cyclonedx.BOM) (techResults services.ScanResponse, err error)
func (*EnrichScanStrategy) PrepareStrategy ¶
func (ess *EnrichScanStrategy) PrepareStrategy() (err error)
func (*EnrichScanStrategy) SbomEnrichTask ¶
func (*EnrichScanStrategy) WithOptions ¶
func (ess *EnrichScanStrategy) WithOptions(options ...scan.SbomScanOption) scan.SbomScanStrategy
Click to show internal directories.
Click to hide internal directories.