Skip to content
Snippets Groups Projects
Commit 5134a61c authored by Etxaniz Errazkin, Iñaki's avatar Etxaniz Errazkin, Iñaki
Browse files

Update file README.md

parent 39c10ff8
No related branches found
No related tags found
No related merge requests found
...@@ -31,9 +31,9 @@ In the Ops part of the DevSecOps lifecycle, PIACERE also presents several key in ...@@ -31,9 +31,9 @@ In the Ops part of the DevSecOps lifecycle, PIACERE also presents several key in
## Repository structure ## Repository structure
The Public repository of PIACERE project is organized as follows: 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 - [/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 - [/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
Three branches **Y1**, **Y2**, **Y3** gather the versions delivered in the three main milestones of the project (at M12, M24 and M30). The **main** branch stores the final version of the components, as some development and code fixes could continue until the end of the 36-months long project. Three branches **Y1**, **Y2**, **Y3** gather the versions delivered in the three main milestones of the project (at M12, M24 and M30). The **main** branch stores the final version of the components, as some development and code fixes could continue until the end of the 36-months long project.
...@@ -64,18 +64,21 @@ Diagram of the PIACERE framework: ...@@ -64,18 +64,21 @@ Diagram of the PIACERE framework:
## Acknowledgement ## Acknowledgement
This project has received funding from the European Union’s Horizon 2020 research and innovation programme under Grant Agreement No. 101000162. ![EU FLAG](https://icons.iconarchive.com/icons/custom-icon-design/all-country-flag/48/European-Union-Flag-icon.png) This project has received funding from the European Union’s Horizon 2020 research and innovation programme under Grant Agreement No. 101000162. ![EU FLAG](https://icons.iconarchive.com/icons/custom-icon-design/all-country-flag/48/European-Union-Flag-icon.png)
### ===== Uniform approach for component repos ===== (TO BE DELETED) #
- Include a README file with the following sections (see aprox. model in [iac-scan-runner/README.md](https://git.code.tecnalia.com/piacere/public/the-platform/iac-scan-runner/-/blob/main/README.md), Thx @XLAB! :-)) *** Uniform approach for component repos *** (TO BE DELETED)
#
- README: Include a README file with the following sections (see aprox. model in [iac-scan-runner/README.md](https://git.code.tecnalia.com/piacere/public/the-platform/iac-scan-runner/-/blob/main/README.md), Thx @XLAB! :-))
- Description of the component - Description of the component
- Installation - Installation
- Documentation (point to) - Documentation (point to)
- License - License
- Contact - Contact
- Acknowledgement - Acknowledgement
- Branches in each repository: - BRANCHES: Branches in each repository:
- **y1**, **y2**, **y3** (M30-jun code) - **y1**, **y2** and **y3** (M30-jun code), with the respective code
- **main** (default, from now on) - **main** (default branch, versions from now on)
1. Create **main** if not exist in your repo (_Code>Branches>New branch_) 1. If not exist, create **main** in your repo (_Code>Branches>New branch_)
2. Make it the "default" branch (_Settings>Repository>Branch defaults_) 2. Make it the "default" branch (_Settings>Repository>Branch defaults_)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment