kitchen-inspec
kitchen-inspec copied to clipboard
Test-Kitchen Plugin for InSpec
Updates the requirements on [chefstyle](https://github.com/chef/chefstyle) to permit the latest version. Changelog Sourced from chefstyle's changelog. v2.2.2 (2022-02-17) Merged Pull Requests Vendor rubocop-1.25.1 upstream configuration. #156 (tas50) v2.2.1 (2022-01-18) Merged Pull...
There is a verifier page at https://kitchen.ci/docs/verifiers/inspec/ which is very outdated but needs to be the page where we document this project. Usage documentation needs to be removed from this...
# Version: If you set a verifier attribute in a suite, it persists to the next one in the kitchen.yml. Conversely, if you put it last it doesn't persist. The...
### Description Adds InSpec runner options for the Docker transport. This is to support the docker transport in this PR: https://github.com/test-kitchen/kitchen-docker/pull/340 ### Issues Resolved N/A ### Check List - [x]...
In reference to #216, this would be option 2 where default test directory is ignored if test paths are specified using `inspec_tests`.
As of Inspec v2.1.0 the cli option --backend-cache defaults to enabled, yet it appears that in kitchen-inspec the default for backend_cache is disabled. Shouldn't it default to enabled? Tested with:...
# Version: kitchen-inspec 2.4.0 # Environment: Virtual machine running Ubuntu 20.04 # Scenario: I have a post-verify lifecycle hook that is used to collect data from the virtual machine after...
Despite having [expeditor config](https://github.com/inspec/kitchen-inspec/blob/master/.expeditor/config.yml) , the expeditor Slack integration reports `I'm sorry, but Expeditor can not find an agent associated with inspec/kitchen-inspec.` when trying to interact with this project.
# Version: Test Kitchen version 2.10.0 # Environment: Ubuntu 20.04 Terraform 13.5 ruby 2.7.1 Using Kitchen-terraform to test aws infra # Scenario: We are trying to run tests on resource...
It would be nice to test cloud resources in addition to system resources in effort to support CNI (Cloud Native Infrastructure) patterns. Currently, there is no mechanism to do this,...