Skip to content
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

Add support for InSpec 4 #153

Closed
aaron-lane opened this issue Jul 4, 2019 · 2 comments · Fixed by #155
Closed

Add support for InSpec 4 #153

aaron-lane opened this issue Jul 4, 2019 · 2 comments · Fixed by #155

Comments

@aaron-lane
Copy link

Detailed Description

inspec-gcp is currently pinned to InSpec 3, which prevents it from working with InSpec 4. The pinning should be updated to include InSpec 4.

Context

Kitchen-Terraform 5 updated to InSpec 4, which means that users can not presently use inspec-gcp. inspec-gcp: Can't find train plugin gcp.

Possible Implementation

Change the dependency pinning to '>= 3.0.25', '< 5'.

@skpaterson
Copy link

Thanks for raising this @aaron-lane. The handling of attributes/inputs has changed in InSpec v4:
inspec/inspec#4260
I'll update the pinning as soon as this is resolved InSpec side (or by reworking the controls here).

@skpaterson
Copy link

Turned out ^ was a non-issue so we can proceed. As per the instructions here:
https://github.com/inspec/inspec#install-it-via-rubygemsorg
the pinning will be updated to:

gem 'inspec-bin'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants