Merge pull request 'by Robin at 20240104;l fix' (#45) from feat-20230104-001-Robin into test

Reviewed-on: #45
This commit is contained in:
chenhao 2024-01-04 23:55:48 +08:00
commit d3aa9d3b3b
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ func executeImageAuditTasks(tasks []*ImageAuditTaskControlBlock, batchId string)
_result, err := defaultImageAuditClient.ScanImageAdvance(req, runtime)
//_result, err := defaultImageAuditClient.ScanImageWithOptions(req, runtime)
if err != nil {
logger.Error("ScanImageAdvance fail, requestId : %v, err : %v", _result.Body.RequestId, err)
logger.Error("ScanImageAdvance fail, err : %v", err)
handleBatchError(tasks, batchId, err)
return
}