From 8d12198ee8c17f5f6a768c154caea233638c2175 Mon Sep 17 00:00:00 2001 From: Zouhair AMAZZAL Date: Fri, 5 May 2023 12:18:37 +0100 Subject: [PATCH] docs (code-keeper) add Submission and audit part to the subject --- subjects/devops/code-keeper/README.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/subjects/devops/code-keeper/README.md b/subjects/devops/code-keeper/README.md index 2341ca786..973da8e1c 100644 --- a/subjects/devops/code-keeper/README.md +++ b/subjects/devops/code-keeper/README.md @@ -137,19 +137,12 @@ Challenge yourself! ### Submission and audit +You must submit: +- CI/CD pipeline configuration files, scripts, and any other required artifacts. +- An Ansible playbook and used scripts for deploying and configuring a GitLab instance. +- A well-documented README file that explains the pipeline design, the tools used, and how to set up and use the pipeline. - - - - - - - - - - -You must submit the `README.md` file and all files used to create and delete and manage your infrastructure and your source code manager: CI/CD files, Terraform files, Dockerfiles, Manifests,... -You must be started and your users and applications repository and CI/CD must be configured correctly to audit it. +Your Solution must be running and your users and applications repository and CI/CD must be configured correctly for the audit session. > In the audit you will be asked different questions about the concepts and the practice of this project, prepare yourself!