From 704471c52d5c6a099c74f53ae0fe0ec20b25c2b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Tue, 23 Oct 2018 12:16:55 +0200 Subject: [PATCH] update README #330 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fc85e53..52bad84 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,10 @@ and community contributed checks are named `check_c_`. A complete list of checks are present in [functions_lib.sh](functions_lib.sh). `sh docker-bench-security.sh -l /tmp/docker-bench-security.sh.log -c check_2_2` +will only run check `2.2 Ensure the logging level is set to 'info'`. + +`sh docker-bench-security.sh -l /tmp/docker-bench-security.sh.log -e check_2_2` +will run all available checks except `2.2 Ensure the logging level is set to 'info'`. Note that when submitting checks, provide information why it is a reasonable test to add and please include some kind of official documentation