You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i'm a bit new to inspec and inspec-gcp but there is what I found
From two days ago, there was a new release of gem nori 2.7.0, something changed the default behavior of inspec-gcp.
Describe the problem
When launching bundle exec kitchen verify, there is an error which says : undefined method '[]' for nil:NilClass
I tried directly with bundle exec inspec exec . -t gcp:// same thing, but it goes a bit deeper into the error :
Input 'my_input' does not have a value. Skipping test.libraries/google_compute_target_http_proxy.rb:56:in 'to_s': undefined method `[]' for nil:NilClass (NoMethodError)
When forcing nori:2.6.0 in gemfile, all goes according to plan, no error and inspec-gcp works well.
Possible Solution
Forcing usage of nori:2.6.0 or wait for a fix in next nori version ?
The text was updated successfully, but these errors were encountered:
Hi, i'm a bit new to inspec and inspec-gcp but there is what I found
From two days ago, there was a new release of gem nori 2.7.0, something changed the default behavior of inspec-gcp.
Describe the problem
When launching bundle exec kitchen verify, there is an error which says : undefined method '[]' for nil:NilClass
I tried directly with bundle exec inspec exec . -t gcp:// same thing, but it goes a bit deeper into the error :
Input 'my_input' does not have a value. Skipping test.libraries/google_compute_target_http_proxy.rb:56:in 'to_s': undefined method `[]' for nil:NilClass (NoMethodError)
When forcing nori:2.6.0 in gemfile, all goes according to plan, no error and inspec-gcp works well.
Possible Solution
Forcing usage of nori:2.6.0 or wait for a fix in next nori version ?
The text was updated successfully, but these errors were encountered: