You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
scan.Status.ErrorDescription=fmt.Sprintf("Failed to execute ReadAndWrite Hook '%s' in job '%s'. Check the logs of the hook for more information.", nonCompletedHook.HookName, nonCompletedHook.JobName)
319
+
iferr:=r.Status().Update(ctx, &scan); err!=nil {
320
+
r.Log.Error(err, "unable to update Scan status")
321
+
return ctrl.Result{}, err
322
+
}
323
+
}
324
+
}
284
325
285
-
// }
286
326
// hook := First Array entry which is not Completed.
0 commit comments