-
Notifications
You must be signed in to change notification settings - Fork 71
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
Comments
Thanks for raising this @aaron-lane. The handling of attributes/inputs has changed in InSpec v4: |
Turned out ^ was a non-issue so we can proceed. As per the instructions here:
|
Merged
slevenick
pushed a commit
to slevenick/inspec-gcp
that referenced
this issue
Nov 19, 2019
Signed-off-by: Modular Magician <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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'
.The text was updated successfully, but these errors were encountered: