mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-25 03:35:21 +01:00
Initialize execution Manager in Report Assembler (#20437)
Signed-off-by: stonezdj <stone.zhang@broadcom.com>
This commit is contained in:
parent
2da4d5883f
commit
8ccf98a2ac
@ -38,6 +38,7 @@ func NewScanReportAssembler(option *model.OverviewOptions, mimeTypes []string) *
|
|||||||
overviewOption: option,
|
overviewOption: option,
|
||||||
scanChecker: scan.NewChecker(),
|
scanChecker: scan.NewChecker(),
|
||||||
scanCtl: scan.DefaultController,
|
scanCtl: scan.DefaultController,
|
||||||
|
executionMgr: task.ExecMgr,
|
||||||
mimeTypes: mimeTypes,
|
mimeTypes: mimeTypes,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user