Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScanReportAssembler ¶
type ScanReportAssembler struct {
// contains filtered or unexported fields
}
ScanReportAssembler vul assembler
func NewScanReportAssembler ¶
func NewScanReportAssembler(option *model.OverviewOptions, mimeTypes []string) *ScanReportAssembler
NewScanReportAssembler returns vul assembler
func (*ScanReportAssembler) Assemble ¶
func (assembler *ScanReportAssembler) Assemble(ctx context.Context) error
Assemble assemble vul for the artifacts
func (*ScanReportAssembler) WithArtifacts ¶
func (assembler *ScanReportAssembler) WithArtifacts(artifacts ...*model.Artifact) *ScanReportAssembler
WithArtifacts set artifacts for the assembler
Click to show internal directories.
Click to hide internal directories.