inspec / kitchen-inspec

Test-Kitchen Plugin for InSpec
Other
109 stars 58 forks source link

Use inspec-core to allow opt-in cloud provider gems #245

Open logicminds opened 4 years ago

logicminds commented 4 years ago

Describe the Enhancement:

Opt-in or Opt-out of Inspec-core to reduce gem dependencies

Describe the Need:

Requiring inspec pulls in a massive amount of gems because the Inspec gem requires all the cloud provider gems. This is completely bloated and wastes my time watching 100 gems install. I don't use AWS, Azure or GCE thus I don't need the gems that come with it. Since Inspec also offers a Inspec-core gem with these cloud provider gems removed I would like to see kitchen-inspec use the inspec-core and allow folks to opt-in to the cloud provider gem of their choice.

Current Alternative

Fork this repo and call it kitchen-inspec-core ?

Can We Help You Implement This?:

Annih commented 2 years ago

Hello! Would it be possible to know whether this is considered or not?