Merge pull request #331 from konstruktoid/issue330

update README #330
This commit is contained in:
Thomas Sjögren 2018-10-23 12:17:42 +02:00 committed by GitHub
commit 1721253616
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,10 @@ and community contributed checks are named `check_c_<number>`.
A complete list of checks are present in [functions_lib.sh](functions_lib.sh).
`sh docker-bench-security.sh -l /tmp/docker-bench-security.sh.log -c check_2_2`
will only run check `2.2 Ensure the logging level is set to 'info'`.
`sh docker-bench-security.sh -l /tmp/docker-bench-security.sh.log -e check_2_2`
will run all available checks except `2.2 Ensure the logging level is set to 'info'`.
Note that when submitting checks, provide information why it is a
reasonable test to add and please include some kind of official documentation