* Mon Nov 18 2019 Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.3.5:
* Align with CIS Docker Benchmark v1.2.0
* Add some command line options to support specific use cases
* Thu Jan 11 2018 kbabioch@suse.com
- update to 1.3.3:
* Adapt to CIS Docker Community Edition Benchmark v1.1.0
* Correct check names
* Require Docker version 1.13.0 or later
* Handle busybox date conversion
* Add Docker Swarm configuration checks
* Fri May 05 2017 astieger@suse.com
- update to 1.3.2:
* improve get_docker_configuration_file_args()
* add [NOTE] for informational checks with no actual tests
* fix various tests when using daemon.json
* use stat instead of ls -ld output
- includes changes from 1.3.1:
* Add daemon.json support
* Correct multiple tests
* Update default alpine Dockerfile
* Use grep if auditctl isn't present
* Fri Feb 24 2017 astieger@suse.com
- update to 1.3.0:
* Inspired by the CIS Docker 1.13 Benchmark
* adjust run-time package requirements
* Mon Aug 01 2016 astieger@suse.com
- Docker Bench for Security v1.1.0:
* check for docker 1.12.0
* fix early-docker use
* mention adjusting volumes
* Tue Jun 07 2016 astieger@suse.com
- checks for docker 1.11.2, no benchmark changes
- requires docker >= 1.10.0
* Wed May 11 2016 astieger@suse.com
- checks for docker 1.11.1
* Mon Apr 18 2016 astieger@suse.com
- checks implementing CIS Docker 1.11.0 Benchmark
https://benchmarks.cisecurity.org/downloads/show-single/index.cfm?file=docker16.110
- checks for docker 1.11.0
- use stat to verify permissions
- fixes for process detection
* Wed Feb 17 2016 astieger@suse.com
- checks for docker 1.10.1
* Sun Feb 07 2016 astieger@suse.com
- checks for docker 1.10
- improve version check
- fix checks for remotely obtained users/groups
* Fri Nov 27 2015 astieger@suse.com
- checks for docker 1.9.1
- Fix command line option parsing
- check for TCP socket before checking for TLS
* Thu Nov 12 2015 astieger@suse.com
- fix detection of socket security
* Wed Nov 04 2015 astieger@suse.com
- checks for docker 1.9.0
- openSUSE dockerfile added
* Wed Nov 04 2015 astieger@suse.com
- initial package