mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 00:32:34 +01:00
Vendors now support docker packages, add language for #103
Signed-off-by: Andreas Stieger <astieger@suse.com>
This commit is contained in:
parent
2c6285d4ef
commit
3f538f537f
1 changed files with 2 additions and 0 deletions
|
@ -47,9 +47,11 @@ do_version_check "$docker_current_version" "$docker_version"
|
||||||
if [ $? -eq 11 ]; then
|
if [ $? -eq 11 ]; then
|
||||||
warn "$check_1_6"
|
warn "$check_1_6"
|
||||||
warn " * Using $docker_version, when $docker_current_version is current as of $docker_current_date"
|
warn " * Using $docker_version, when $docker_current_version is current as of $docker_current_date"
|
||||||
|
info " * Your operating system vendor may provide support and security maintenance for docker"
|
||||||
else
|
else
|
||||||
pass "$check_1_6"
|
pass "$check_1_6"
|
||||||
info " * Using $docker_version which is current as of $docker_current_date"
|
info " * Using $docker_version which is current as of $docker_current_date"
|
||||||
|
info " * Check with your operating system vendor for support and security maintenance for docker"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# 1.7
|
# 1.7
|
||||||
|
|
Loading…
Reference in a new issue