We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
current
any
Using the audit cookbook with file base output, we cannot choose the location and name of the file
The text was updated successfully, but these errors were encountered:
Thank you for the feedback, right now filenames are auto-generated, as we see here: https://github.com/chef-cookbooks/audit/blob/master/files/default/handler/audit_report.rb#L260-L262
It would be nice to have the same feature-set as in test-kitchen:
verifier: name: inspec format: junit output: path/to/results/%{platform}_%{suite}_inspec.xml
see https://github.com/chef/kitchen-inspec#usage
Sorry, something went wrong.
Thank you Eric for the feedback. Version 7.3.0 has an attribute that you can use the specify the location of the file based reporter.
No branches or pull requests
Cookbook version
current
Chef-client version
any
Scenario:
Using the audit cookbook with file base output, we cannot choose the location and name of the file
The text was updated successfully, but these errors were encountered: