From 9cdeba9292f75aafccba61e9691f1396e11e9eeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Etxaniz=20Errazkin=2C=20I=C3=B1aki?= <inaki.etxaniz@tecnalia.com> Date: Thu, 29 Jun 2023 12:59:50 +0200 Subject: [PATCH] components table --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b6e44db..6500794 100644 --- a/README.md +++ b/README.md @@ -18,20 +18,20 @@ The main characteristics of this solution are: The Public repository of PIACERE project is organized as follows: - /agents: contain the monitoring agents that need to be deployed along with the IaC to monitor the infrastructure - /demos: different demos that can serve as a basic examples of using PIACERE -- /The Platform: is divided in many repositories where the several [Components](#Components) of the PIACERE framework can be found +- /The Platform: is divided in many repositories where the several [components](#Components) of the PIACERE framework can be found ## Contact -Juncal Alonso, PIACERE project manager, TECNALIA +**Juncal Alonso**, PIACERE project manager, TECNALIA [Juncal.Alonso@Tecnalia.com] ## Components | Component | Repository | -| --------------------------------------|-------------------- | +| --------------------------------------|-----------------------------------------------| | CSE - Canary Sandbox Environment | [The Platform/cse] | | IOP - IaC Optimized Platform | [The Platform/iop] | | Runtime Monitoring | [The Platform/runtime-monitoring] | | Runtime security monitoring | [The Platform/runtime-security-monitoring] | -| DOML | [The Platform/CSE] | [The Platform/doml] | +| DOML - DevSecOps Modelling Language | [The Platform/doml] | | DOML Model Checker | [The Platform/doml-model-checker] | | IaC Scan Runner | [The Platform/iac-scan-runner] | | ICG - Infrastucture as Code Generator | [The Platform/icg] | -- GitLab