Skip to content

Commit 0d7b29e

Browse files
committed
move to bash in help message
1 parent 1acf538 commit 0d7b29e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-bench-security.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ Usage: ${myname}.sh [OPTIONS]
4444
4545
Example:
4646
- Only run check "2.2 - Ensure the logging level is set to 'info'":
47-
sh docker-bench-security.sh -c check_2_2
47+
bash docker-bench-security.sh -c check_2_2
4848
- Run all available checks except the host_configuration group and "2.8 - Enable user namespace support":
49-
sh docker-bench-security.sh -e host_configuration,check_2_8
49+
bash docker-bench-security.sh -e host_configuration,check_2_8
5050
- Run just the container_images checks except "4.5 - Ensure Content trust for Docker is Enabled":
51-
sh docker-bench-security.sh -c container_images -e check_4_5
51+
bash docker-bench-security.sh -c container_images -e check_4_5
5252
5353
Options:
5454
-b optional Do not print colors

0 commit comments

Comments
 (0)