From 59fe573db2456649dd2c6d1673768f0873c6379d Mon Sep 17 00:00:00 2001 From: Martin LEKPA Date: Tue, 25 Jul 2023 21:38:20 +0200 Subject: [PATCH] update help --- docker-bench-security.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-bench-security.sh b/docker-bench-security.sh index 37b4d9d..c9831af 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 include from check + -t LABEL optional Comma delimited list of labels within a container or image to exclude from 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.