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?