inspec/lib/inspec
Chef Expeditor 888404ceb5 Bump version to 6.4.62 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2023-09-26 07:56:46 +00:00
..
archive Apply chefstyle -a, and manually remove duplicate requires 2020-12-21 13:25:04 -05:00
completions Add command-line completions for fish shell 2017-05-04 11:42:13 -05:00
dependencies CHEF-3832: Fix for InSpec Parallel fails to fetch remote profiles due to cache contention. (#6546) 2023-07-07 17:35:19 -04:00
feature Feature Config File and Logger Support (#6260) 2022-10-19 19:17:56 +05:30
fetcher CHEF-642 Fix for inspec exec fails with git fetcher if current directory does not have .git directory (#6626) 2023-08-31 20:06:24 +05:30
formatters CHEF 83 Revert attestations changes (#47) 2023-05-30 20:09:29 +05:30
objects Fix to build issue in inputs unit test 2021-04-21 12:33:54 +05:30
plugin CHEF-3832: Fix for InSpec Parallel fails to fetch remote profiles due to cache contention. (#6546) 2023-07-07 17:35:19 -04:00
reporters CHEF 83 Revert attestations changes (#47) 2023-05-30 20:09:29 +05:30
resources For #6493 : Add postgres_session support for custom port with a socket connection (#6494) (#40) 2023-07-04 16:05:25 -04:00
run_data CHEF 83 Revert attestations changes (#47) 2023-05-30 20:09:29 +05:30
schema Added enhanced outcomes option to schema subcommand and updated schema 2022-07-29 14:30:59 +05:30
secrets CHEF-3849: InSpec should exit quickly and clearly if waiver file is malformed/corrupt (#6644) 2023-09-12 10:36:40 -04:00
utils Updated URL for chef licensing global service (#6647) 2023-09-05 10:51:38 -04:00
backend.rb Removed metaprogramming in Inspec::Backend. 2020-02-03 14:41:37 -08:00
base_cli.rb Exit code changes when license not found and set for inspec 2023-08-18 13:08:33 +05:30
cached_fetcher.rb CHEF-3832: Fix for InSpec Parallel fails to fetch remote profiles due to cache contention. (#6546) 2023-07-07 17:35:19 -04:00
cli.rb CHEF-4115 Added ability to merge reporter configurations from both CLI and config (#6568) (#6579) 2023-07-25 08:45:42 -04:00
config.rb CHEF-4115 Added ability to merge reporter configurations from both CLI and config (#6568) (#6579) 2023-07-25 08:45:42 -04:00
control_eval_context.rb Fixed lint and failing test 2021-09-28 11:57:21 +05:30
dependency_installer.rb CFINSPEC-13 Added exception handling for Gem BadRequirement error. 2022-03-04 21:16:18 +05:30
dependency_loader.rb CFINSPEC-252: Fix profile gem dependency installation is failing when gem version is not specified. 2022-05-13 00:18:03 +05:30
describe_base.rb Make __profile_id private and add comment 2019-11-07 10:49:49 -05:00
dist.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
dsl.rb CFINSPEC-580 Dependent profiles fix for any scheme of version used in profiles (#6410) (#6468) 2023-02-27 14:04:02 +05:30
dsl_shared.rb Added extra doco on our require method. 2020-02-03 13:19:32 -08:00
enhanced_outcomes.rb Foreport 6229 to inspec 6 (#6277) 2022-10-20 14:07:10 -04:00
env_printer.rb Fix env smoke test by updating ERB.new in inspec env; add additional test (#6342) (#6440) 2023-02-24 17:42:42 +05:30
errors.rb Feature Config File and Logger Support (#6260) 2022-10-19 19:17:56 +05:30
exceptions.rb CHEF-3849: InSpec should exit quickly and clearly if waiver file is malformed/corrupt (#6644) 2023-09-12 10:36:40 -04:00
expect.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
feature.rb Feature Config File and Logger Support (#6260) 2022-10-19 19:17:56 +05:30
fetcher.rb Fix for null insecure option 2021-07-15 17:43:12 +05:30
file_provider.rb Fix linting error 2022-06-08 12:27:43 +05:30
formatters.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
globals.rb Add a simple proc to detect windows locally 2021-11-15 23:55:22 -05:00
iaf_file.rb CFINSPEC-340 Adds usage header line in the signed profile 2022-06-08 10:35:16 +05:30
impact.rb Make inspec much faster for most commands. 2019-09-04 15:44:26 -07:00
input.rb Undid changes of required validation to fix build errors 2021-04-21 12:33:54 +05:30
input_dsl_helpers.rb Refactor to DRY up repeated implementation of input() 2019-11-06 11:13:18 -05:00
input_registry.rb Initial commit for regex pattern option in inputs 2021-04-21 12:33:54 +05:30
library_eval_context.rb add custom resource in the registry at the reloading of dsl 2022-01-31 19:10:27 +05:30
log.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
metadata.rb doc review changes 2022-03-16 16:46:14 +05:30
method_source.rb Switched chefstyle back to Layout/AlignArguments=with_first_argument. 2019-11-08 12:57:43 -08:00
objects.rb Split out Inspec::Input functional code from the code generation code. 2019-09-13 17:12:20 -07:00
profile.rb CFINSPEC-576 : Fix profile gem dependency loading issue when dependent gem is required inside profile libraries. (#6408) (#6467) 2023-02-27 14:01:37 +05:30
profile_context.rb add custom resource in the registry at the reloading of dsl 2022-01-31 19:10:27 +05:30
profile_vendor.rb PR feedback re: cache warming 2020-01-27 11:01:15 -05:00
reporters.rb Feature Config File and Logger Support (#6260) 2022-10-19 19:17:56 +05:30
require_loader.rb Remove all leading newlines. 2019-05-31 11:43:44 -07:00
resource.rb Revert "Revert "CFINSPEC-70 Added resource_id attribute for the custom resources in the base class"" 2022-03-04 09:15:52 -05:00
resources.rb Add nftables resources (#6499) (#44) 2023-05-17 20:45:57 -04:00
rspec_extensions.rb Merged Inspec::Plugins::Resource to Inspec::Resource. 2020-02-03 14:41:37 -08:00
rule.rb Missing changes from main (#6564) 2023-08-14 09:15:07 -04:00
run_data.rb CHEF 83 Revert attestations changes (#47) 2023-05-30 20:09:29 +05:30
runner.rb CHEF-3184 Error handling for inspec license add command - disabled in local mode (#52) 2023-06-21 13:42:19 +05:30
runner_mock.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
runner_rspec.rb CHEF 83 Revert attestations changes (#47) 2023-05-30 20:09:29 +05:30
runtime_profile.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
schema.rb Added enhanced outcomes option to schema subcommand and updated schema 2022-07-29 14:30:59 +05:30
secrets.rb chefstyle -a; https://github.com/chef/chefstyle/pull/74 2019-07-08 17:22:50 -07:00
shell.rb CHEF-3184 Error handling for inspec license add command - disabled in local mode (#52) 2023-06-21 13:42:19 +05:30
shell_detector.rb Apply chefstyle -a, and manually remove duplicate requires 2020-12-21 13:25:04 -05:00
source_reader.rb chefstyle -a; https://github.com/chef/chefstyle/pull/74 2019-07-08 17:22:50 -07:00
ui.rb CHEF-3184 Error handling for inspec license add command - disabled in local mode (#52) 2023-06-21 13:42:19 +05:30
ui_table_helper.rb Removing inspec/profile_vendor from inspec/base_cli. 2019-06-11 19:16:58 -07:00
version.rb Bump version to 6.4.62 by Chef Expeditor 2023-09-26 07:56:46 +00:00
waiver_file_reader.rb CHEF-3849: InSpec should exit quickly and clearly if waiver file is malformed/corrupt (#6644) 2023-09-12 10:36:40 -04:00