mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
* Added ability to merge cli and config reporter options Signed-off-by: Nikita Mathur <nikita.mathur@chef.io> * Test cases to validate working of reporter configuration using cli and config Signed-off-by: Nikita Mathur <nikita.mathur@chef.io> * Documentation change to add information on reporter configurations usage with both Signed-off-by: Nikita Mathur <nikita.mathur@chef.io> * Added Doc review changes and text fixture for config json Signed-off-by: Nikita Mathur <nikita.mathur@chef.io> * Verify fix Signed-off-by: Nikita Mathur <nikita.mathur@chef.io> * Verify pipeline test fixes for reporter options to be read successfully Signed-off-by: Nikita Mathur <nikita.mathur@chef.io> * Test changes in both cli and config reporter usage scenarios to fix verify pipeline Signed-off-by: Nikita Mathur <nikita.mathur@chef.io> * Review comments to improvise Signed-off-by: Nikita Mathur <nikita.mathur@chef.io> * Renamed testing fixture file for reporter cli config file Signed-off-by: Nikita Mathur <nikita.mathur@chef.io> --------- Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
7 lines
No EOL
65 B
JSON
7 lines
No EOL
65 B
JSON
{
|
|
"reporter": {
|
|
"cli" : {
|
|
"stdout" : true
|
|
}
|
|
}
|
|
} |