summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update the documentation for Compliance Phase's default values.audit-modePete Higgins2020-12-021-22/+23
* Rename audit mode to Compliance Phase.Pete Higgins2020-12-019-29/+29
* Replace hardcoded product references with the generic versions.Pete Higgins2020-12-016-25/+23
* Tweak attribute loading.Pete Higgins2020-12-011-1/+1
* Stop saving inspec json reports relative to where the cookbook is.Pete Higgins2020-12-012-4/+9
* Remove an unnecessary wrapper module.Pete Higgins2020-12-012-56/+53
* Dynamically load Inspec fetchers at runtime.Pete Higgins2020-12-011-2/+15
* Change attribute loading.Pete Higgins2020-12-012-23/+28
* Warn if unsupported audit-cookbook config values are present.Pete Higgins2020-12-012-38/+22
* Remove unused instance variable reference.Pete Higgins2020-12-011-1/+1
* Refactor Automate reporter.Pete Higgins2020-12-011-25/+17
* Copy-paste code for missing method and tests from automate-cookbook.Pete Higgins2020-12-011-0/+39
* Reminder to fix this bug.Pete Higgins2020-12-011-0/+1
* Use the json shim.Pete Higgins2020-12-012-6/+5
* Use tap to avoid a local variable.Pete Higgins2020-12-011-3/+3
* Cleanup some error handling.Pete Higgins2020-12-013-7/+5
* Replace hardcoded inspec version number with actual version number.Pete Higgins2020-12-011-1/+1
* Raise an exception with old profile format.Pete Higgins2020-12-011-1/+8
* Add hook methods to setup state earlier, add failure hook.Pete Higgins2020-12-011-16/+22
* Simplify waiver handling by deferring to Inspec.Pete Higgins2020-12-011-10/+1
* Cleanup hash keys.Pete Higgins2020-12-011-6/+6
* Fix waiver code.Pete Higgins2020-12-011-5/+6
* Use node's logger rather than Chef::Log.Pete Higgins2020-12-011-12/+12
* Remove an optional unused parameter.Pete Higgins2020-12-011-1/+1
* Rename deprecated inspec option.Pete Higgins2020-12-011-1/+1
* Remove a misleading TODO and simplify some code.Pete Higgins2020-12-011-7/+1
* Remove deprecated option for Inspec.Pete Higgins2020-12-011-1/+0
* Added a TODO for some broken code.Pete Higgins2020-12-011-0/+1
* Remove an old deprecation.Pete Higgins2020-12-011-4/+0
* Remove logic for finding run_id in favor of relying on run_status.Pete Higgins2020-12-011-15/+1
* Cleanup access to data_collector config.Pete Higgins2020-12-012-6/+4
* Use infra-client json lib in JsonFile reporter.Pete Higgins2020-12-011-2/+2
* Fix a typo.Pete Higgins2020-12-011-1/+1
* Cleanup.Pete Higgins2020-12-011-33/+14
* Handle case of node not having audit attributes at all.Pete Higgins2020-12-011-1/+1
* Fix spellcheck violations.Pete Higgins2020-12-013-6/+7
* Fix chefstyle violations.Pete Higgins2020-12-019-127/+128
* Combine two functions to reduce conversions.Pete Higgins2020-12-011-17/+15
* Add inspec fetchers from audit-cookbook.Pete Higgins2020-12-013-1/+208
* Small cleanup for http headers.Pete Higgins2020-12-011-3/+5
* More code cleanup.Pete Higgins2020-12-011-10/+8
* Inline a method and small code cleanup.Pete Higgins2020-12-011-13/+4
* Honor :insecure flag in the other HTTP request in Automate reporter.Pete Higgins2020-12-011-5/+4
* Remove a level of indentation.Pete Higgins2020-12-011-35/+33
* Avoid stubbing Time.now in tests.Pete Higgins2020-12-012-1/+3
* Simplify config lookup.Pete Higgins2020-12-011-10/+3
* Avoid mutating Chef::Config.Pete Higgins2020-12-012-16/+20
* Add chef server automate reporter from audit-cookbook.Pete Higgins2020-12-012-0/+90
* Copy automate reporter from audit-cookbook.Pete Higgins2020-12-011-0/+199
* Add audit-enforcer reporter for audit mode.Pete Higgins2020-12-012-0/+25