Skip to content

Commit 4a628c6

Browse files
committed
mention 1.11 benchmark instead of 1.6
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
1 parent f8ca4f5 commit 4a628c6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ tests/
4848

4949
To modify the Docker Bench for Security you should first clone the repository, make your changes, check your code with `shellcheck`, `checkbashisms` or similar tools, and then sign off on your commits. After that feel free to send us a pull-request with the changes.
5050

51-
While this tool is inspired in the CIS Docker 1.6 Benchmark, feel free to add new tests. We will try to turn dockerbench.com into a list of good community benchmarks for both security and performance, and we would love community contributions.
51+
While this tool is inspired by the [CIS Docker 1.11.0 benchmark](https://benchmarks.cisecurity.org/downloads/show-single/index.cfm?file=docker16.110), feel free to add new tests. We will try to turn dockerbench.com into a list of good community benchmarks for both security and performance, and we would love community contributions.

docker-bench-security.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# ------------------------------------------------------------------------------
33
# Docker Bench for Security v1.0.0
44
#
5-
# Docker, Inc. (c) 2015
5+
# Docker, Inc. (c) 2015-
66
#
77
# Checks for dozens of common best-practices around deploying Docker containers in production.
8-
# Inspired by the CIS Docker 1.6 Benchmark:
9-
# https://benchmarks.cisecurity.org/tools2/docker/CIS_Docker_1.6_Benchmark_v1.0.0.pdf
8+
# Inspired by the CIS Docker 1.11 Benchmark:
9+
# https://benchmarks.cisecurity.org/downloads/show-single/index.cfm?file=docker16.110
1010
#
1111
# ------------------------------------------------------------------------------
1212

0 commit comments

Comments
 (0)