From b808610b459af93903568c6900b3bf898e6bd58a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Fri, 19 Jun 2015 23:52:01 +0200 Subject: [PATCH] simplify dir tree MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ae2c13b..b3bda6c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,8 +36,7 @@ The Docker Bench has the main script called `docker-bench-security.sh`. This is The tests are split in 6 different files: ```sh -✗ docker-bench-security git:(master) ✗ tree tests -tests +✗ tests ├── 1_host_configuration.sh ├── 2_docker_daemon_configuration.sh ├── 3_docker_daemon_configuration_files.sh