We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0efeca3 commit 4dd3e91Copy full SHA for 4dd3e91
README.md
@@ -1,5 +1,18 @@
1
-# Getting started teste
+## 🧭 Objetivo do hands-on
2
3
-This repository is a sample application for users following the getting started guide at https://docs.docker.com/get-started/.
+Levar os alunos a entender e aplicar segurança em um pipeline simples, usando um app real em containers.
4
5
-The application is based on the application from the getting started tutorial at https://github.com/docker/getting-started
+## ⚙️ 1️⃣ Estrutura base
6
+
7
+Você vai precisar de um repositório com:
8
9
+```bash
10
+fiap-devsecops-compose-lab
11
+ ├── docker-compose.yml
12
+ ├── Dockerfile
13
+ ├── app/
14
+ │ └── main.py (ou app.js)
15
+ ├── .github/workflows/
16
+ │ └── pipeline.yml
17
+ └── README.md
18
+ ```
0 commit comments