From 8ea918620e5ee59597878b080b3ed0a47945a034 Mon Sep 17 00:00:00 2001 From: LEKPA Martin Date: Wed, 26 Jul 2023 18:47:50 +0200 Subject: [PATCH] update doc --- README.md | 2 +- docker-bench-security.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49e383a..9f9019e 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Note that when distributions don't contain `auditctl`, the audit tests will chec -e CHECK optional Comma delimited list of specific check(s) id to exclude -i INCLUDE optional Comma delimited list of patterns within a container or image name to check -x EXCLUDE optional Comma delimited list of patterns within a container or image name to exclude from check - -t LABEL optional Comma delimited list of labels within a container or image to exclude from check + -t LABEL optional Comma delimited list of labels within a container or image to check -n LIMIT optional In JSON output, when reporting lists of items (containers, images, etc.), limit the number of reported items to LIMIT. Default 0 (no limit). -p PRINT optional Disable the printing of remediation measures. Default: print remediation measures. ``` diff --git a/docker-bench-security.sh b/docker-bench-security.sh index c9831af..0dc77f4 100755 --- a/docker-bench-security.sh +++ b/docker-bench-security.sh @@ -57,7 +57,7 @@ Options: -e CHECK optional Comma delimited list of specific check(s) id to exclude -i INCLUDE optional Comma delimited list of patterns within a container or image name to check -x EXCLUDE optional Comma delimited list of patterns within a container or image name to exclude from check - -t LABEL optional Comma delimited list of labels within a container or image to exclude from check + -t LABEL optional Comma delimited list of labels within a container or image to check -n LIMIT optional In JSON output, when reporting lists of items (containers, images, etc.), limit the number of reported items to LIMIT. Default 0 (no limit). -p PRINT optional Print remediation measures. Default: Don't print remediation measures.