We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9077da9 commit a4b7178Copy full SHA for a4b7178
README.md
@@ -12,7 +12,7 @@ InSpec is an open-source run-time framework and rule language used to specify co
12
13
## Requirements
14
15
-* at least [InSpec](http://inspec.io/) version 1.38.8
+* at least [InSpec](http://inspec.io/) version 2.3.23
16
* Docker 1.13+
17
18
### Platform
inspec.yml
@@ -6,6 +6,7 @@ copyright_email: hello@dev-sec.io
6
license: Apache-2.0
7
summary: An InSpec Compliance Profile for the CIS Docker Benchmark
8
version: 2.1.0
9
+inspec_version: '>= 2.3.23'
10
attributes:
11
- name: container_user
required: false
0 commit comments