Skip to content

Commit cd1619c

Browse files
authored
Merge pull request #497 from konstruktoid/version
Version
2 parents d44c2a9 + 3cfa505 commit cd1619c

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
log/*
22
*.swp*
3+
.vagrant/
4+
Vagrantfile

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.3.1](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.4.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

docker-bench-security.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# --------------------------------------------------------------------------------------------
33
# Docker Bench for Security
44
#
5-
# Docker, Inc. (c) 2015-2021
5+
# Docker, Inc. (c) 2015-2022
66
#
77
# Checks for dozens of common best-practices around deploying Docker containers in production.
88
# --------------------------------------------------------------------------------------------
@@ -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.3.1.
39+
Based on the CIS Docker Benchmark 1.4.0.
4040
4141
Usage: ${myname}.sh [OPTIONS]
4242

functions/functions_lib.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ container_images() {
137137
check_4_9
138138
check_4_10
139139
check_4_11
140+
check_4_12
140141
check_4_end
141142
}
142143

functions/helper_lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,6 @@ yell "# ------------------------------------------------------------------------
145145
# Docker, Inc. (c) 2015-$(date +"%Y")
146146
#
147147
# Checks for dozens of common best-practices around deploying Docker containers in production.
148-
# Based on the CIS Docker Benchmark 1.3.1.
148+
# Based on the CIS Docker Benchmark 1.4.0.
149149
# --------------------------------------------------------------------------------------------"
150150
}

img/benchmark_log.png

-309 KB
Loading

0 commit comments

Comments
 (0)