inspec/lib/inspec
2022-03-23 10:53:04 -04: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 Fix to pass insecure flag to dependent profiles using runner conf 2022-01-17 18:42:33 +05:30
fetcher Issue fix related to bitbucket default branch fetching in url fetcher 2021-08-31 13:12:22 +05:30
formatters CFINSPEC-68 Fix test 2022-03-10 14:27:08 -05:00
objects Fix to build issue in inputs unit test 2021-04-21 12:33:54 +05:30
plugin Comment cleanup in streaming reporter implementation class 2022-02-08 19:21:16 +05:30
reporters CFINSPEC-68 Adds target_id in the reporter under platform data. 2022-03-10 14:26:44 -05:00
resources CFINSPEC-154: Updates postgres_session resource to raise exception only in case of connection and authentication error and allow any errors in query to be fetched using output property(keeping earlier behaviour). 2022-03-23 10:53:04 -04:00
run_data Removed comments which are not applicable now 2021-09-01 18:07:56 +05:30
schema Apply chefstyle -a, and manually remove duplicate requires 2020-12-21 13:25:04 -05:00
secrets chefstyle -a; https://github.com/chef/chefstyle/pull/74 2019-07-08 17:22:50 -07:00
utils Stylin 2022-03-11 14:49:44 -05:00
backend.rb Removed metaprogramming in Inspec::Backend. 2020-02-03 14:41:37 -08:00
base_cli.rb Add option to set ssh config file path for ssh transport 2021-12-14 11:58:50 +05:30
cached_fetcher.rb Fix for null insecure option 2021-07-15 17:43:12 +05:30
cli.rb Disable cookstyle integration when local system is Windows 2021-11-15 23:55:22 -05:00
config.rb Untested bootstrapping of streaming reporter plugin, which does not exist yet 2022-02-03 10:39:29 -05:00
control_eval_context.rb Fixed lint and failing test 2021-09-28 11:57:21 +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 Fixed lint and failing test 2021-09-28 11:57:21 +05:30
dsl_shared.rb Added extra doco on our require method. 2020-02-03 13:19:32 -08:00
env_printer.rb Apply chefstyle -a, and manually remove duplicate requires 2020-12-21 13:25:04 -05:00
errors.rb Split out Inspec::Input functional code from the code generation code. 2019-09-13 17:12:20 -07:00
exceptions.rb Set profiles that fail to load as failed 2020-07-02 13:33:07 +01:00
expect.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
fetcher.rb Fix for null insecure option 2021-07-15 17:43:12 +05:30
file_provider.rb Apply chefstyle -a, and manually remove duplicate requires 2020-12-21 13:25:04 -05:00
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
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 Apply chefstyle -a, and manually remove duplicate requires 2020-12-21 13:25:04 -05:00
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 Disable cookstyle integration when local system is Windows 2021-11-15 23:55:22 -05:00
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 Revert "Make CLI reporter into a plugin" 2020-06-18 12:30:15 +01:00
require_loader.rb Remove all leading newlines. 2019-05-31 11:43:44 -07:00
resource.rb Supply resource name, params to code_desc 2020-11-19 09:59:53 +00:00
resources.rb Merge pull request #5782 from inspec/nm/kernel-params 2022-02-09 03:52:01 -05:00
rspec_extensions.rb Merged Inspec::Plugins::Resource to Inspec::Resource. 2020-02-03 14:41:37 -08:00
rule.rb Fix for expiry time parsing when in string format 2021-07-02 00:53:05 +05:30
run_data.rb Supply resource name, params to code_desc 2020-11-19 09:59:53 +00:00
runner.rb Tag based filtering for controls - initial commit 2021-07-09 19:03:15 +05:30
runner_mock.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
runner_rspec.rb Add a streming reporter plugin type, with a silly example 2022-02-03 11:34:53 -05:00
runtime_profile.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
schema.rb Apply chefstyle -a, and manually remove duplicate requires 2020-12-21 13:25:04 -05:00
secrets.rb chefstyle -a; https://github.com/chef/chefstyle/pull/74 2019-07-08 17:22:50 -07:00
shell.rb Updating links to inspec docs in ruby scripts 2020-09-14 14:09:30 -07:00
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 chefstyle -a; https://github.com/chef/chefstyle/pull/74 2019-07-08 17:22:50 -07:00
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 4.56.17 by Chef Expeditor 2022-03-14 02:26:52 +00:00