mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 00:32:34 +01:00
update chap 4 to cis 1.11
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
f412732143
commit
c544e417b0
1 changed files with 8 additions and 0 deletions
|
@ -37,3 +37,11 @@ else
|
||||||
fi
|
fi
|
||||||
# Make the loop separator go back to space
|
# Make the loop separator go back to space
|
||||||
set +f; unset IFS
|
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