inspec/lib/inspec
Clinton Wolfe dd9dccd84e
Update host resource to resolve all ipaddresses (#6481) (#39)
Signed-off-by: Alan Foster <alan@alanfoster.me>
Co-authored-by: Alan Foster <alan@alanfoster.me>
2023-05-17 20:45: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 CFINSPEC-580 Dependent profiles fix for any scheme of version used in profiles (#6410) (#6468) 2023-02-27 14:04:02 +05:30
feature Feature Config File and Logger Support (#6260) 2022-10-19 19:17:56 +05:30
fetcher add ruby test 3.1 in verify pipeline (#5892) 2022-06-14 16:07:08 +05:30
formatters CFINSPEC-246/CFINSPEC-247 Attestation changes for N/R outcomes (#6222) 2022-09-30 09:53:32 -04:00
objects Fix to build issue in inputs unit test 2021-04-21 12:33:54 +05:30
plugin CFINSPEC-533: Fix undefined method 'summary' for Gem::SourceFetchProblem (NoMethodError) when airgapped (#6337) (#6434) 2023-02-24 17:47:19 +05:30
reporters CFINSPEC-246/CFINSPEC-247 Attestation changes for N/R outcomes (#6222) 2022-09-30 09:53:32 -04:00
resources Update host resource to resolve all ipaddresses (#6481) (#39) 2023-05-17 20:45:04 -04:00
run_data CFINSPEC-246/CFINSPEC-247 Attestation changes for N/R outcomes (#6222) 2022-09-30 09:53:32 -04:00
schema Added enhanced outcomes option to schema subcommand and updated schema 2022-07-29 14:30:59 +05:30
secrets add ruby test 3.1 in verify pipeline (#5892) 2022-06-14 16:07:08 +05:30
utils CONFIG: Set chef executable name to display in help messages of chef-licensing (#34) 2023-05-10 11:13:09 +05:30
attestation_file_reader.rb Foreport 6369 to inspec-6 Extended file format support for waivers: JSON & CSV only (#6371) 2023-02-26 19:27:02 +05:30
attestations.rb CFINSPEC-246/CFINSPEC-247 Attestation changes for N/R outcomes (#6222) 2022-09-30 09:53:32 -04:00
backend.rb Removed metaprogramming in Inspec::Backend. 2020-02-03 14:41:37 -08:00
base_cli.rb ENHANCE: Add license command to list of allowed commands (#35) 2023-05-10 09:18:08 +05:30
cached_fetcher.rb Fix for null insecure option 2021-07-15 17:43:12 +05:30
cli.rb CHEF-52: Add licensing information to help output (#27) 2023-04-12 10:14:34 -04: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
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 CFINSPEC-246/CFINSPEC-247 Attestation changes for N/R outcomes (#6222) 2022-09-30 09:53:32 -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 Merge pull request #5915 from inspec/nm/remove-cloud-resources 2022-03-10 15:24:59 -05:00
rspec_extensions.rb Merged Inspec::Plugins::Resource to Inspec::Resource. 2020-02-03 14:41:37 -08:00
rule.rb Foreport 6229 to inspec 6 (#6277) 2022-10-20 14:07:10 -04:00
run_data.rb CFINSPEC-246/CFINSPEC-247 Attestation changes for N/R outcomes (#6222) 2022-09-30 09:53:32 -04:00
runner.rb Licensing - Integrates Software Entitlement (#13) 2023-03-27 10:26:35 -04:00
runner_mock.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
runner_rspec.rb Feature Config File and Logger Support (#6260) 2022-10-19 19:17:56 +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 Licensing - Integrates Software Entitlement (#13) 2023-03-27 10:26:35 -04: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 Licensing - Integrates Software Entitlement (#13) 2023-03-27 10:26:35 -04: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 6.4.9 by Chef Expeditor 2023-05-18 00:35:22 +00:00
waiver_file_reader.rb Foreport 6369 to inspec-6 Extended file format support for waivers: JSON & CSV only (#6371) 2023-02-26 19:27:02 +05:30