Values.AssetsSourceThe collection of assets used in a pentest configuration, including endpoints, actors, documents, source code repositories, and integrated repositories.
type nonrec t = {endpoints : EndpointList.t option;The list of endpoints to test during the pentest.
*)actors : ActorList.t option;The list of actors used during penetration testing.
*)documents : DocumentList.t option;The list of documents that provide context for the pentest.
*)sourceCode : SourceCodeRepositoryList.t option;The list of source code repositories to analyze during the pentest.
*)integratedRepositories : IntegratedRepositoryList.t option;The list of integrated repositories associated with the pentest.
*)}