-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
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
Cannot report meta-profiles to Chef Compliance #155
Comments
Hi @alexpop this is my hack to run meta-profiles: b281654 The issue is that the json-min is including information about the different profiles, but we just report as one profile. We need to find a way that enables us to not reverse engineer the profile information (as we do right now in audit cookbook). Therefore we have two options:
Lets first gather some information and add this to our ticket:
The main issue is the additional information about profiles: https://github.com/chef-cookbooks/audit/blob/b281654e282639b6542d06435d820c921803239d/libraries/collector_classes.rb#L244 |
I hit this problem today with what we are trying to achieve with profile chaining so would like to subcribe to any updates regarding this |
The current problem is located in our use with
Problem: This problem does not occur with the
Possible solutions:
|
As discussed with @arlimus we go forward with the intermediate solution:
|
This should be fixed with 3.1. Please re-open if this continues to be an issue. |
The current version of the audit cookbook does not support to report meta-profiles as defined here: inspec/inspec#1283 to Chef Compliance. This is caused by the json-min reporter.
The text was updated successfully, but these errors were encountered: