From 2aa582642ba5a281ab374c0a0123ca301913fbb8 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:51:12 +0200
Subject: [PATCH] Update file README.md

---
 README.md | 27 +++++++++++++++++++--------
 1 file changed, 19 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 858d3fa..d8de67c 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,8 @@
 # PIACERE framework
-Service that scans your Infrastructure as Code for common vulnerabilities.
+PIACERE aims to increase the productivity of DevOps teams in the development and operation of IaC through the provisioning of an integrated DevSecOps framework. 
+DevOps teams can program IaC as if they were programming any software application.
 
-
-
-### Table of Contents
+#### Table of Contents
   - [Description](#Description)
   - [Repository structure](#Repository-structure)
   - [Components](#Components)
@@ -11,13 +10,23 @@ Service that scans your Infrastructure as Code for common vulnerabilities.
   - [Acknowledgement](#acknowledgement)
 
 ## Description
+PIACERE enables the automation of several deployment, configuration and management tasks that otherwise would have to be performed manually by an operator.
+PIACERE solution consists of an integrated DevSecOps framework to develop, verify, release, configure, provision, and monitor infrastructure as code. 
+The main characteristics of this solution are: 
+
 ## Repository structure
-## Components
+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 of the PIACERE framework can be found
+
 ## Contact
-## Description
+Juncal Alonso, PIACERE project manager, TECNALIA 
+[Juncal.Alonso@Tecnalia.com]
 
-| Component                             | Repository           |
-| --------------------------------------|--------------------|
+## Components
+| Component                             | Repository                                    |
+| --------------------------------------|--------------------                           |
 | CSE - Canary Sandbox Environment      | [The Platform/cse]                            |
 | IOP - IaC Optimized Platform          | [The Platform/iop]                            |
 | Runtime Monitoring                    | [The Platform/runtime-monitoring]             |
@@ -44,3 +53,5 @@ Service that scans your Infrastructure as Code for common vulnerabilities.
 [The Platform/iem]: https://git.code.tecnalia.com/piacere/public/the-platform/iem
 [The Platform/self-healing]: https://git.code.tecnalia.com/piacere/public/the-platform/self-healing
 [The Platform/self-learning]: https://git.code.tecnalia.com/piacere/public/the-platform/self-learning
+
+[Juncal.Alonso@Tecnalia.com]: mailto:Juncal.Alonso@Tecnalia.com
-- 
GitLab