mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
Merge pull request #471 from aagot/master
Update 2_docker_daemon_configuration.sh
This commit is contained in:
commit
c6256295fc
1 changed files with 2 additions and 2 deletions
|
@ -397,11 +397,11 @@ check_2_17() {
|
||||||
logcheckresult "INFO"
|
logcheckresult "INFO"
|
||||||
}
|
}
|
||||||
|
|
||||||
check_2_16() {
|
check_2_18() {
|
||||||
docker_version=$(docker version | grep -i -A2 '^server' | grep ' Version:' \
|
docker_version=$(docker version | grep -i -A2 '^server' | grep ' Version:' \
|
||||||
| awk '{print $NF; exit}' | tr -d '[:alpha:]-,.' | cut -c 1-4)
|
| awk '{print $NF; exit}' | tr -d '[:alpha:]-,.' | cut -c 1-4)
|
||||||
|
|
||||||
local id="2.16"
|
local id="2.18"
|
||||||
local desc="Ensure that experimental features are not implemented in production (Scored)"
|
local desc="Ensure that experimental features are not implemented in production (Scored)"
|
||||||
local remediation="You should not pass --experimental as a runtime parameter to the Docker daemon on production systems."
|
local remediation="You should not pass --experimental as a runtime parameter to the Docker daemon on production systems."
|
||||||
local remediationImpact="None."
|
local remediationImpact="None."
|
||||||
|
|
Loading…
Reference in a new issue