Merge pull request #497 from konstruktoid/version

Version
This commit is contained in:
Thomas Sjögren 2022-03-07 13:40:44 +01:00 committed by GitHub
commit cd1619c375
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View file

@ -1,2 +1,4 @@
log/* log/*
*.swp* *.swp*
.vagrant/
Vagrantfile

View file

@ -2,7 +2,7 @@
![Docker Bench for Security running](img/benchmark_log.png) ![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. 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.

View file

@ -2,7 +2,7 @@
# -------------------------------------------------------------------------------------------- # --------------------------------------------------------------------------------------------
# Docker Bench for Security # 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. # Checks for dozens of common best-practices around deploying Docker containers in production.
# -------------------------------------------------------------------------------------------- # --------------------------------------------------------------------------------------------
@ -36,7 +36,7 @@ usage () {
cat <<EOF cat <<EOF
Docker Bench for Security - Docker, Inc. (c) 2015-$(date +"%Y") Docker Bench for Security - Docker, Inc. (c) 2015-$(date +"%Y")
Checks for dozens of common best-practices around deploying Docker containers in production. Checks for dozens of common best-practices around deploying Docker containers in production.
Based on the CIS Docker Benchmark 1.3.1. Based on the CIS Docker Benchmark 1.4.0.
Usage: ${myname}.sh [OPTIONS] Usage: ${myname}.sh [OPTIONS]

View file

@ -137,6 +137,7 @@ container_images() {
check_4_9 check_4_9
check_4_10 check_4_10
check_4_11 check_4_11
check_4_12
check_4_end check_4_end
} }

View file

@ -145,6 +145,6 @@ yell "# ------------------------------------------------------------------------
# Docker, Inc. (c) 2015-$(date +"%Y") # Docker, Inc. (c) 2015-$(date +"%Y")
# #
# Checks for dozens of common best-practices around deploying Docker containers in production. # Checks for dozens of common best-practices around deploying Docker containers in production.
# Based on the CIS Docker Benchmark 1.3.1. # Based on the CIS Docker Benchmark 1.4.0.
# --------------------------------------------------------------------------------------------" # --------------------------------------------------------------------------------------------"
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 512 KiB

After

Width:  |  Height:  |  Size: 204 KiB