mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
Merge pull request #280 from konstruktoid/version
adapt to 18.01 docker version
This commit is contained in:
commit
bdba64c8c0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ logjson "1.2" "INFO"
|
|||
|
||||
# 1.3
|
||||
check_1_3="1.3 - Ensure Docker is up to date"
|
||||
docker_version=$(docker version | grep -i -A1 '^server' | grep -i 'version:' \
|
||||
docker_version=$(docker version | grep -i -A2 '^server' | grep ' Version:' \
|
||||
| awk '{print $NF; exit}' | tr -d '[:alpha:]-,')
|
||||
docker_current_version="$(date +%y.%m.0 -d @$(( $(date +%s) - 2592000)))"
|
||||
do_version_check "$docker_current_version" "$docker_version"
|
||||
|
|
Loading…
Reference in a new issue