summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Cleanup hash keys.Pete Higgins2020-12-011-6/+6
| * Simplify some test setup.Pete Higgins2020-12-011-8/+0
| * Fix waiver code.Pete Higgins2020-12-012-15/+37
| * 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
| * Put inspec-core-bin bakc into Gemfile, not sure why I removed this.Pete Higgins2020-12-012-0/+4
| * Move inspec-core from Gemfile to gemspec for external test script.Pete Higgins2020-12-013-4/+3
| * Move inspec-core to top level of the Gemfile for CI.Pete Higgins2020-12-011-3/+2
| * Handle case of node not having audit attributes at all.Pete Higgins2020-12-011-1/+1
| * Fill in pending specs for audit runner's #enabled? method.Pete Higgins2020-12-011-6/+55
| * Fix Chef::Client unit tests.Pete Higgins2020-12-011-0/+1
| * Fix spellcheck violations.Pete Higgins2020-12-014-6/+9
| * Fix chefstyle violations.Pete Higgins2020-12-0115-430/+431
| * Combine two functions to reduce conversions.Pete Higgins2020-12-011-17/+15
| * Add inspec-core to development bundler group for CI.Pete Higgins2020-12-011-0/+2
| * Add inspec fetchers from audit-cookbook.Pete Higgins2020-12-015-1/+435
| * Small cleanup for http headers.Pete Higgins2020-12-011-3/+5
| * More code cleanup.Pete Higgins2020-12-011-10/+8
| * Remove redundant test.Pete Higgins2020-12-011-4/+0
| * Inline a method and small code cleanup.Pete Higgins2020-12-012-18/+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-014-10/+11
| * Simplify config lookup.Pete Higgins2020-12-011-10/+3
| * Only stub http requests when they should happen.Pete Higgins2020-12-012-59/+65
| * Remove redundant test.Pete Higgins2020-12-011-6/+0
| * Avoid mutating Chef::Config.Pete Higgins2020-12-012-16/+20
| * Add chef server automate reporter from audit-cookbook.Pete Higgins2020-12-014-7/+297
| * Copy automate reporter from audit-cookbook.Pete Higgins2020-12-012-0/+468
| * Add audit-enforcer reporter for audit mode.Pete Higgins2020-12-014-0/+87
| * Add basic audit mode with json file output.Pete Higgins2020-12-014-0/+378
* | Merge pull request #10706 from chef/add-missing-require-for-tty-promptTim Smith2020-12-021-1/+4
|\ \
| * | Add missing require for TTY::Prompt.Pete Higgins2020-12-021-1/+4
|/ /
* | Bump version to 16.7.66 by Chef Expeditorv16.7.66Chef Expeditor2020-12-027-19/+20
* | Merge pull request #10704 from MsysTechnologiesllc/Kapil/Github-5944_remote_f...Tim Smith2020-12-022-0/+17
|\ \
| * | Allow remote_file consider certificates stored under /etc/chef/trusted_certsKapil Chouhan2020-12-022-0/+17
|/ /
* | Bump version to 16.7.65 by Chef Expeditorv16.7.65Chef Expeditor2020-12-027-19/+20
|/
* Merge pull request #10702 from chef/pin_inspec_chefstyleTim Smith2020-12-018-43/+39
|\
| * Roll back a few chefstyle fixesTim Smith2020-12-015-10/+10
| * Pin our InSpec version and use Chefstyle from rubygems for nowTim Smith2020-12-013-33/+29