inspec / kitchen-inspec

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

Load plugins prior to InSpec config validation #274

Closed clintoncwolfe closed 3 years ago

clintoncwolfe commented 3 years ago

Turns out that initializing the InSpec Config object causes it to examine the plugin list, so any unrecognized plugins will throw an exception.

Fixes #273

Check List