mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 00:32:34 +01:00
Revert "add a Docker version do_version_check to 1.6"
This reverts commit b9112ec87c
.
This commit is contained in:
parent
b9112ec87c
commit
f905234e7e
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ fi
|
|||
# 1.6
|
||||
check_1_6="1.6 - Keep Docker up to date"
|
||||
docker_version=`docker version | grep 'Server version' | awk '{print $3}'`
|
||||
do_version_check 1.6.2 $docker_version
|
||||
if [ $? -eq 11 ]; then
|
||||
warn "$check_1_6"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue