From 973a4e410ef1bd869376c98336e2fbc574df3f78 Mon Sep 17 00:00:00 2001 From: nprimo Date: Thu, 2 Nov 2023 09:48:25 +0000 Subject: [PATCH] feat(play-with-containers-py): add PR suggestions to audit --- subjects/devops/play-with-containers-py/audit/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/subjects/devops/play-with-containers-py/audit/README.md b/subjects/devops/play-with-containers-py/audit/README.md index 069bd2dc2..963aa7849 100644 --- a/subjects/devops/play-with-containers-py/audit/README.md +++ b/subjects/devops/play-with-containers-py/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? -###### Does the `.env` file not exist in the repo? +###### Was the `.env` file excluded from the git files? ###### Are all pushed files in the repo clean of any credentials or passwords? @@ -66,7 +66,7 @@ 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)? +###### Are Dockerfiles or any other solution files free from sensitive data (sensitive data should only exist in `.env` file)? ##### Ask the following questions to the group or student @@ -168,8 +168,6 @@ user:~$ ##### Why do we use Docker images? -##### Where can we find some public Docker images? - ###### Did the student reply correctly to the questions? #### Inventory API Endpoints