by Robin at 20240104;l fix
This commit is contained in:
parent
710f5f01a3
commit
be39bf49af
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue