Values.CodeRemediationTaskSourceRepresents a code remediation task that was initiated to fix a security finding.
type nonrec t = {status : CodeRemediationTaskStatus.t option;The current status of the code remediation task.
*)statusReason : String_.t option;The reason for the current status of the code remediation task.
*)taskDetails : CodeRemediationTaskDetailsList.t option;The list of details for the code remediation task, including repository name, code diff link, and pull request link.
*)}