audit
audit copied to clipboard
Audit Cookbook for Chef Compliance
Chef Compliance is deprecated by end of this year, therefore we can simplify our code by removing support for it with the next major version of the cookbook
### Cookbook version 7.5.0 ### Chef-client version Any ### Platform Details Any ### Scenario: If the system has an inspec gem < 4, the inspec executable will be available. When...
Since `cookbooks` have the test/integration directory already, it would be great if we could use a `audit` resource to trigger the inspec tests via a Chef run. The resource name...
Chef 12 is nearly a year EOL at this point. We should remove support in the next major release of this cookbook.
When `Chef::Config[:no_lazy_load] = true` is set in config.rb the files will not get synch'd and chef-client will error with: ``` LoadError --------- cannot load such file -- /private/var/chef/cache/cookbooks/audit/files/default/handler/audit_report ``` The...