Skip to content

Commit a4b7178

Browse files
committed
set minimal required inspec version
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
1 parent 9077da9 commit a4b7178

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ InSpec is an open-source run-time framework and rule language used to specify co
1212

1313
## Requirements
1414

15-
* at least [InSpec](http://inspec.io/) version 1.38.8
15+
* at least [InSpec](http://inspec.io/) version 2.3.23
1616
* Docker 1.13+
1717

1818
### Platform

inspec.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ copyright_email: hello@dev-sec.io
66
license: Apache-2.0
77
summary: An InSpec Compliance Profile for the CIS Docker Benchmark
88
version: 2.1.0
9+
inspec_version: '>= 2.3.23'
910
attributes:
1011
- name: container_user
1112
required: false

0 commit comments

Comments
 (0)