inspec / kitchen-inspec

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

Add setting to load Inspec plugins for additional functionality #247

Closed thheinen closed 4 years ago

thheinen commented 4 years ago

Description

Currently, kitchen-inspec does not support InSpec plugins, as it directly calls the Runner. This PR implements a setting to enable loading of plugins (like additional inputs). The setting defaults to false to not break compatibility.

Issues Resolved

No filed issue so far.

Check List