Initialize execution Manager in Report Assembler (#20437)

Signed-off-by: stonezdj <stone.zhang@broadcom.com>
This commit is contained in:
stonezdj(Daojun Zhang) 2024-05-16 16:08:06 +08:00 committed by GitHub
parent 2da4d5883f
commit 8ccf98a2ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ func NewScanReportAssembler(option *model.OverviewOptions, mimeTypes []string) *
overviewOption: option,
scanChecker: scan.NewChecker(),
scanCtl: scan.DefaultController,
executionMgr: task.ExecMgr,
mimeTypes: mimeTypes,
}
}