audit
audit copied to clipboard
Run inspec tests using a custom resource
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 could be
inspec do
dir 'test/integration/...'
end
👍
+1