Skip to content

Commit b7a5284

Browse files
authored
Merge pull request #536 from konstruktoid/v160
Update version v1.6.0
2 parents 9120d42 + 8da1cc2 commit b7a5284

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
![Docker Bench for Security running](img/benchmark_log.png)
44

5-
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.5.0](https://www.cisecurity.org/benchmark/docker/).
5+
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.6.0](https://www.cisecurity.org/benchmark/docker/).
66

77
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.
88

99
Release | CIS |
1010
:---:|:---:|
11+
1.6.0|1.6.0|
1112
1.5.0|1.5.0|
1213
1.3.6|1.4.0|
1314
1.3.5|1.2.0|

docker-bench-security.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Checks for dozens of common best-practices around deploying Docker containers in production.
88
# --------------------------------------------------------------------------------------------
99

10-
version='1.5.0'
10+
version='1.6.0'
1111

1212
# Load dependencies
1313
. ./functions/functions_lib.sh
@@ -36,7 +36,7 @@ usage () {
3636
cat <<EOF
3737
Docker Bench for Security - Docker, Inc. (c) 2015-$(date +"%Y")
3838
Checks for dozens of common best-practices around deploying Docker containers in production.
39-
Based on the CIS Docker Benchmark 1.5.0.
39+
Based on the CIS Docker Benchmark 1.6.0.
4040
4141
Usage: ${myname}.sh [OPTIONS]
4242

functions/helper_lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,6 @@ yell "# ------------------------------------------------------------------------
154154
# Docker, Inc. (c) 2015-$(date +"%Y")
155155
#
156156
# Checks for dozens of common best-practices around deploying Docker containers in production.
157-
# Based on the CIS Docker Benchmark 1.5.0.
157+
# Based on the CIS Docker Benchmark 1.6.0.
158158
# --------------------------------------------------------------------------------------------"
159159
}

0 commit comments

Comments
 (0)