mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
Merge pull request #135 from konstruktoid/cis_1.11_4
update chap 4 to cis 1.11
This commit is contained in:
commit
e849844bc6
1 changed files with 8 additions and 0 deletions
|
@ -37,3 +37,11 @@ else
|
|||
fi
|
||||
# Make the loop separator go back to space
|
||||
set +f; unset IFS
|
||||
|
||||
# 4.5
|
||||
check_4_5="4.5 - Enable Content trust for Docker"
|
||||
if [ "x$DOCKER_CONTENT_TRUST" = "x1" ]; then
|
||||
pass "$check_4_5"
|
||||
else
|
||||
warn "$check_4_5"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue