mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
update version and add version table
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
f375045741
commit
e82fa2cf5d
2 changed files with 10 additions and 2 deletions
|
@ -6,6 +6,14 @@ The Docker Bench for Security is a script that checks for dozens of common best-
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
Release | CIS |
|
||||||
|
:---:|:---:|
|
||||||
|
1.5.0|1.5.0|
|
||||||
|
1.3.6|1.4.0|
|
||||||
|
1.3.5|1.2.0|
|
||||||
|
1.3.3|1.1.0|
|
||||||
|
1.3.0|1.13.0|
|
||||||
|
|
||||||
## Running Docker Bench for Security
|
## Running Docker Bench for Security
|
||||||
|
|
||||||
### Run from your base host
|
### Run from your base host
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# 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.
|
||||||
# --------------------------------------------------------------------------------------------
|
# --------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
version='1.3.6'
|
version='1.5.0'
|
||||||
|
|
||||||
# Load dependencies
|
# Load dependencies
|
||||||
. ./functions/functions_lib.sh
|
. ./functions/functions_lib.sh
|
||||||
|
@ -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.4.0.
|
Based on the CIS Docker Benchmark 1.5.0.
|
||||||
|
|
||||||
Usage: ${myname}.sh [OPTIONS]
|
Usage: ${myname}.sh [OPTIONS]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue