File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ Usage: ${myname}.sh [OPTIONS]
4444
4545Example:
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
5353Options:
5454 -b optional Do not print colors
You can’t perform that action at this time.
0 commit comments