-
Notifications
You must be signed in to change notification settings - Fork 116
undefined method `downcase' for nil:NilClass #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you open the inspec shell via |
Seems to be a bug in inspec |
Sure, this is what I get:
|
I am running into the same issue with a docker container I built based on chef/inspec where I just add the docker client:
I am running the container and bind mount my docker socket and get the same error as described:
Below is the result from
If I run To me this looks like a bug in I have tried inspec 1.21, 1.22, and 1.23 with no success. |
@jdel Thank you, I agree that this looks like a bug in |
I have submitted an issue to inspec, inspec/inspec#1788 |
Based on the inspec implementation, our baseline works only with Docker 1.13+ |
I opened PR #35 to document the required docker version in our Readme. Since InSpec is keeping track of that, we can lower the required version if InSpec supports more. I am going to close this issue now. Please reopen if it required |
When executing this profile, I get this:
The text was updated successfully, but these errors were encountered: