diff --git a/README.md b/README.md index 1424b81e..2074ee54 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Docker Bench for Security running](img/benchmark_log.png) -The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production. The tests are all automated, and are based on the [CIS Docker Benchmark v1.3.1](https://www.cisecurity.org/benchmark/docker/). +The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production. The tests are all automated, and are based on the [CIS Docker Benchmark v1.4.0](https://www.cisecurity.org/benchmark/docker/). We are making this available as an open-source utility so the Docker community can have an easy way to self-assess their hosts and docker containers against this benchmark. diff --git a/docker-bench-security.sh b/docker-bench-security.sh index 3b049455..d55dbd8f 100755 --- a/docker-bench-security.sh +++ b/docker-bench-security.sh @@ -2,7 +2,7 @@ # -------------------------------------------------------------------------------------------- # Docker Bench for Security # -# Docker, Inc. (c) 2015-2021 +# Docker, Inc. (c) 2015-2022 # # Checks for dozens of common best-practices around deploying Docker containers in production. # -------------------------------------------------------------------------------------------- @@ -36,7 +36,7 @@ usage () { cat <