by Robin at 20240104;l fix

This commit is contained in:
Leufolium 2024-01-04 23:55:23 +08:00
parent 710f5f01a3
commit be39bf49af
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.ScanImageAdvance(req, runtime)
//_result, err := defaultImageAuditClient.ScanImageWithOptions(req, runtime) //_result, err := defaultImageAuditClient.ScanImageWithOptions(req, runtime)
if err != nil { 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) handleBatchError(tasks, batchId, err)
return return
} }