From c8b402134803181ed9a66d40b9256bb971f2ff8c Mon Sep 17 00:00:00 2001 From: Michele Sessa Date: Tue, 11 Apr 2023 10:04:45 +0100 Subject: [PATCH] docs(play-with-containers): fix minor style and add one extra question for env file --- subjects/devops/play-with-containers/audit/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/subjects/devops/play-with-containers/audit/README.md b/subjects/devops/play-with-containers/audit/README.md index d7f288356..daa6479fc 100644 --- a/subjects/devops/play-with-containers/audit/README.md +++ b/subjects/devops/play-with-containers/audit/README.md @@ -6,7 +6,7 @@ A `README.md` file and all files used to create, delete and manage the student i ###### Are all the required files present? -###### `.env` file does not exist in the repo? +###### Does the `.env` file not exist in the repo? ###### Are all pushed files in the repo clean of any credentials or passwords? @@ -66,6 +66,8 @@ user:~$ ###### Are all Dockerfiles based on `Debian` or `Alpine`? +###### There is no sensitive data in Dockerfiles or other solution files (sensitive data should only exist in `.env` file)? + ##### Ask the following questions to the group or student ##### What is a Dockerfile?