inspec 4.18.51 → 4.18.85
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/inspec.gemspec +15 -37
- data/lib/resource_support/aws/aws_resource_mixin.rb +1 -1
- metadata +22 -709
- data/Gemfile +0 -61
- data/LICENSE +0 -14
- data/README.md +0 -474
- data/etc/deprecations.json +0 -125
- data/etc/plugin_filters.json +0 -45
- data/lib/bundles/README.md +0 -3
- data/lib/bundles/inspec-compliance/api.rb +0 -7
- data/lib/bundles/inspec-compliance/configuration.rb +0 -7
- data/lib/bundles/inspec-compliance/http.rb +0 -7
- data/lib/bundles/inspec-compliance/support.rb +0 -7
- data/lib/bundles/inspec-compliance/target.rb +0 -7
- data/lib/bundles/inspec-supermarket.rb +0 -9
- data/lib/bundles/inspec-supermarket/README.md +0 -45
- data/lib/bundles/inspec-supermarket/api.rb +0 -87
- data/lib/bundles/inspec-supermarket/cli.rb +0 -71
- data/lib/bundles/inspec-supermarket/target.rb +0 -31
- data/lib/inspec.rb +0 -30
- data/lib/inspec/archive/tar.rb +0 -25
- data/lib/inspec/archive/zip.rb +0 -15
- data/lib/inspec/backend.rb +0 -101
- data/lib/inspec/base_cli.rb +0 -318
- data/lib/inspec/cached_fetcher.rb +0 -65
- data/lib/inspec/cli.rb +0 -469
- data/lib/inspec/completions/bash.sh.erb +0 -45
- data/lib/inspec/completions/fish.sh.erb +0 -34
- data/lib/inspec/completions/zsh.sh.erb +0 -61
- data/lib/inspec/config.rb +0 -511
- data/lib/inspec/control_eval_context.rb +0 -248
- data/lib/inspec/dependencies/cache.rb +0 -74
- data/lib/inspec/dependencies/dependency_set.rb +0 -93
- data/lib/inspec/dependencies/lockfile.rb +0 -115
- data/lib/inspec/dependencies/requirement.rb +0 -135
- data/lib/inspec/dependencies/resolver.rb +0 -86
- data/lib/inspec/describe_base.rb +0 -53
- data/lib/inspec/dist.rb +0 -20
- data/lib/inspec/dsl.rb +0 -115
- data/lib/inspec/dsl_shared.rb +0 -32
- data/lib/inspec/env_printer.rb +0 -156
- data/lib/inspec/errors.rb +0 -18
- data/lib/inspec/exceptions.rb +0 -11
- data/lib/inspec/expect.rb +0 -42
- data/lib/inspec/fetcher.rb +0 -48
- data/lib/inspec/fetcher/git.rb +0 -211
- data/lib/inspec/fetcher/local.rb +0 -116
- data/lib/inspec/fetcher/mock.rb +0 -34
- data/lib/inspec/fetcher/url.rb +0 -281
- data/lib/inspec/file_provider.rb +0 -318
- data/lib/inspec/formatters.rb +0 -3
- data/lib/inspec/formatters/base.rb +0 -269
- data/lib/inspec/formatters/json_rspec.rb +0 -20
- data/lib/inspec/formatters/show_progress.rb +0 -12
- data/lib/inspec/globals.rb +0 -9
- data/lib/inspec/impact.rb +0 -36
- data/lib/inspec/input.rb +0 -421
- data/lib/inspec/input_dsl_helpers.rb +0 -26
- data/lib/inspec/input_registry.rb +0 -315
- data/lib/inspec/library_eval_context.rb +0 -55
- data/lib/inspec/log.rb +0 -7
- data/lib/inspec/metadata.rb +0 -253
- data/lib/inspec/method_source.rb +0 -20
- data/lib/inspec/objects.rb +0 -14
- data/lib/inspec/objects/control.rb +0 -85
- data/lib/inspec/objects/describe.rb +0 -106
- data/lib/inspec/objects/each_loop.rb +0 -41
- data/lib/inspec/objects/input.rb +0 -49
- data/lib/inspec/objects/list.rb +0 -15
- data/lib/inspec/objects/or_test.rb +0 -45
- data/lib/inspec/objects/ruby_helper.rb +0 -13
- data/lib/inspec/objects/tag.rb +0 -32
- data/lib/inspec/objects/test.rb +0 -94
- data/lib/inspec/objects/value.rb +0 -32
- data/lib/inspec/plugin/v1.rb +0 -2
- data/lib/inspec/plugin/v1/plugin_types/cli.rb +0 -22
- data/lib/inspec/plugin/v1/plugin_types/fetcher.rb +0 -83
- data/lib/inspec/plugin/v1/plugin_types/resource.rb +0 -176
- data/lib/inspec/plugin/v1/plugin_types/secret.rb +0 -11
- data/lib/inspec/plugin/v1/plugin_types/source_reader.rb +0 -36
- data/lib/inspec/plugin/v1/plugins.rb +0 -59
- data/lib/inspec/plugin/v1/registry.rb +0 -90
- data/lib/inspec/plugin/v2.rb +0 -46
- data/lib/inspec/plugin/v2/activator.rb +0 -40
- data/lib/inspec/plugin/v2/config_file.rb +0 -151
- data/lib/inspec/plugin/v2/filter.rb +0 -96
- data/lib/inspec/plugin/v2/installer.rb +0 -512
- data/lib/inspec/plugin/v2/loader.rb +0 -321
- data/lib/inspec/plugin/v2/plugin_base.rb +0 -112
- data/lib/inspec/plugin/v2/plugin_types/cli.rb +0 -49
- data/lib/inspec/plugin/v2/plugin_types/dsl.rb +0 -11
- data/lib/inspec/plugin/v2/plugin_types/input.rb +0 -34
- data/lib/inspec/plugin/v2/plugin_types/mock.rb +0 -12
- data/lib/inspec/plugin/v2/registry.rb +0 -98
- data/lib/inspec/plugin/v2/status.rb +0 -29
- data/lib/inspec/profile.rb +0 -658
- data/lib/inspec/profile_context.rb +0 -203
- data/lib/inspec/profile_vendor.rb +0 -84
- data/lib/inspec/reporters.rb +0 -73
- data/lib/inspec/reporters/automate.rb +0 -78
- data/lib/inspec/reporters/base.rb +0 -25
- data/lib/inspec/reporters/cli.rb +0 -370
- data/lib/inspec/reporters/json.rb +0 -113
- data/lib/inspec/reporters/json_automate.rb +0 -80
- data/lib/inspec/reporters/json_min.rb +0 -48
- data/lib/inspec/reporters/junit.rb +0 -77
- data/lib/inspec/reporters/yaml.rb +0 -20
- data/lib/inspec/require_loader.rb +0 -29
- data/lib/inspec/resource.rb +0 -114
- data/lib/inspec/resources.rb +0 -130
- data/lib/inspec/resources/aide_conf.rb +0 -153
- data/lib/inspec/resources/apache.rb +0 -47
- data/lib/inspec/resources/apache_conf.rb +0 -156
- data/lib/inspec/resources/apt.rb +0 -151
- data/lib/inspec/resources/audit_policy.rb +0 -64
- data/lib/inspec/resources/auditd.rb +0 -251
- data/lib/inspec/resources/auditd_conf.rb +0 -45
- data/lib/inspec/resources/bash.rb +0 -33
- data/lib/inspec/resources/bond.rb +0 -70
- data/lib/inspec/resources/bridge.rb +0 -125
- data/lib/inspec/resources/bsd_service.rb +0 -2
- data/lib/inspec/resources/chocolatey_package.rb +0 -82
- data/lib/inspec/resources/command.rb +0 -91
- data/lib/inspec/resources/cpan.rb +0 -58
- data/lib/inspec/resources/cran.rb +0 -64
- data/lib/inspec/resources/crontab.rb +0 -173
- data/lib/inspec/resources/csv.rb +0 -56
- data/lib/inspec/resources/dh_params.rb +0 -83
- data/lib/inspec/resources/directory.rb +0 -23
- data/lib/inspec/resources/docker.rb +0 -274
- data/lib/inspec/resources/docker_container.rb +0 -91
- data/lib/inspec/resources/docker_image.rb +0 -84
- data/lib/inspec/resources/docker_object.rb +0 -52
- data/lib/inspec/resources/docker_plugin.rb +0 -64
- data/lib/inspec/resources/docker_service.rb +0 -91
- data/lib/inspec/resources/elasticsearch.rb +0 -165
- data/lib/inspec/resources/etc_fstab.rb +0 -96
- data/lib/inspec/resources/etc_group.rb +0 -157
- data/lib/inspec/resources/etc_hosts.rb +0 -68
- data/lib/inspec/resources/etc_hosts_allow.rb +0 -2
- data/lib/inspec/resources/etc_hosts_allow_deny.rb +0 -114
- data/lib/inspec/resources/etc_hosts_deny.rb +0 -2
- data/lib/inspec/resources/file.rb +0 -339
- data/lib/inspec/resources/filesystem.rb +0 -139
- data/lib/inspec/resources/firewalld.rb +0 -148
- data/lib/inspec/resources/gem.rb +0 -80
- data/lib/inspec/resources/group.rb +0 -2
- data/lib/inspec/resources/groups.rb +0 -241
- data/lib/inspec/resources/grub_conf.rb +0 -230
- data/lib/inspec/resources/host.rb +0 -310
- data/lib/inspec/resources/http.rb +0 -275
- data/lib/inspec/resources/iis_app.rb +0 -101
- data/lib/inspec/resources/iis_app_pool.rb +0 -127
- data/lib/inspec/resources/iis_site.rb +0 -148
- data/lib/inspec/resources/iis_website.rb +0 -2
- data/lib/inspec/resources/inetd_conf.rb +0 -53
- data/lib/inspec/resources/ini.rb +0 -28
- data/lib/inspec/resources/interface.rb +0 -204
- data/lib/inspec/resources/ip6tables.rb +0 -79
- data/lib/inspec/resources/iptables.rb +0 -80
- data/lib/inspec/resources/json.rb +0 -116
- data/lib/inspec/resources/kernel_module.rb +0 -106
- data/lib/inspec/resources/kernel_parameter.rb +0 -54
- data/lib/inspec/resources/key_rsa.rb +0 -66
- data/lib/inspec/resources/ksh.rb +0 -33
- data/lib/inspec/resources/launchd_service.rb +0 -2
- data/lib/inspec/resources/limits_conf.rb +0 -45
- data/lib/inspec/resources/linux_kernel_parameter.rb +0 -2
- data/lib/inspec/resources/login_defs.rb +0 -56
- data/lib/inspec/resources/mount.rb +0 -88
- data/lib/inspec/resources/mssql_session.rb +0 -117
- data/lib/inspec/resources/mysql.rb +0 -81
- data/lib/inspec/resources/mysql_conf.rb +0 -128
- data/lib/inspec/resources/mysql_session.rb +0 -88
- data/lib/inspec/resources/nginx.rb +0 -96
- data/lib/inspec/resources/nginx_conf.rb +0 -232
- data/lib/inspec/resources/noop.rb +0 -9
- data/lib/inspec/resources/npm.rb +0 -68
- data/lib/inspec/resources/ntp_conf.rb +0 -51
- data/lib/inspec/resources/oneget.rb +0 -71
- data/lib/inspec/resources/oracledb_session.rb +0 -149
- data/lib/inspec/resources/os.rb +0 -34
- data/lib/inspec/resources/os_env.rb +0 -86
- data/lib/inspec/resources/package.rb +0 -391
- data/lib/inspec/resources/packages.rb +0 -111
- data/lib/inspec/resources/parse_config.rb +0 -112
- data/lib/inspec/resources/parse_config_file.rb +0 -2
- data/lib/inspec/resources/passwd.rb +0 -73
- data/lib/inspec/resources/pip.rb +0 -132
- data/lib/inspec/resources/platform.rb +0 -112
- data/lib/inspec/resources/port.rb +0 -791
- data/lib/inspec/resources/postfix_conf.rb +0 -35
- data/lib/inspec/resources/postgres.rb +0 -152
- data/lib/inspec/resources/postgres_conf.rb +0 -116
- data/lib/inspec/resources/postgres_hba_conf.rb +0 -86
- data/lib/inspec/resources/postgres_ident_conf.rb +0 -75
- data/lib/inspec/resources/postgres_session.rb +0 -70
- data/lib/inspec/resources/powershell.rb +0 -67
- data/lib/inspec/resources/ppa.rb +0 -2
- data/lib/inspec/resources/processes.rb +0 -219
- data/lib/inspec/resources/rabbitmq_conf.rb +0 -2
- data/lib/inspec/resources/rabbitmq_config.rb +0 -52
- data/lib/inspec/resources/registry_key.rb +0 -296
- data/lib/inspec/resources/runit_service.rb +0 -2
- data/lib/inspec/resources/script.rb +0 -1
- data/lib/inspec/resources/security_identifier.rb +0 -91
- data/lib/inspec/resources/security_policy.rb +0 -182
- data/lib/inspec/resources/service.rb +0 -820
- data/lib/inspec/resources/shadow.rb +0 -150
- data/lib/inspec/resources/ssh_config.rb +0 -98
- data/lib/inspec/resources/sshd_config.rb +0 -2
- data/lib/inspec/resources/ssl.rb +0 -99
- data/lib/inspec/resources/sys_info.rb +0 -119
- data/lib/inspec/resources/systemd_service.rb +0 -2
- data/lib/inspec/resources/sysv_service.rb +0 -2
- data/lib/inspec/resources/toml.rb +0 -30
- data/lib/inspec/resources/upstart_service.rb +0 -2
- data/lib/inspec/resources/user.rb +0 -1
- data/lib/inspec/resources/users.rb +0 -742
- data/lib/inspec/resources/vbscript.rb +0 -67
- data/lib/inspec/resources/virtualization.rb +0 -255
- data/lib/inspec/resources/windows_feature.rb +0 -126
- data/lib/inspec/resources/windows_hotfix.rb +0 -37
- data/lib/inspec/resources/windows_registry_key.rb +0 -2
- data/lib/inspec/resources/windows_task.rb +0 -112
- data/lib/inspec/resources/wmi.rb +0 -109
- data/lib/inspec/resources/x509_certificate.rb +0 -143
- data/lib/inspec/resources/xinetd_conf.rb +0 -103
- data/lib/inspec/resources/xml.rb +0 -48
- data/lib/inspec/resources/yaml.rb +0 -42
- data/lib/inspec/resources/yum.rb +0 -162
- data/lib/inspec/resources/zfs_dataset.rb +0 -62
- data/lib/inspec/resources/zfs_pool.rb +0 -50
- data/lib/inspec/rspec_extensions.rb +0 -116
- data/lib/inspec/rule.rb +0 -389
- data/lib/inspec/runner.rb +0 -333
- data/lib/inspec/runner_mock.rb +0 -37
- data/lib/inspec/runner_rspec.rb +0 -184
- data/lib/inspec/runtime_profile.rb +0 -23
- data/lib/inspec/schema.rb +0 -245
- data/lib/inspec/secrets.rb +0 -15
- data/lib/inspec/secrets/yaml.rb +0 -29
- data/lib/inspec/shell.rb +0 -211
- data/lib/inspec/shell_detector.rb +0 -89
- data/lib/inspec/source_reader.rb +0 -26
- data/lib/inspec/ui.rb +0 -213
- data/lib/inspec/ui_table_helper.rb +0 -12
- data/lib/inspec/utils/command_wrapper.rb +0 -23
- data/lib/inspec/utils/convert.rb +0 -8
- data/lib/inspec/utils/database_helpers.rb +0 -75
- data/lib/inspec/utils/deprecation.rb +0 -6
- data/lib/inspec/utils/deprecation/config_file.rb +0 -109
- data/lib/inspec/utils/deprecation/deprecator.rb +0 -118
- data/lib/inspec/utils/deprecation/errors.rb +0 -14
- data/lib/inspec/utils/deprecation/global_method.rb +0 -9
- data/lib/inspec/utils/enumerable_delegation.rb +0 -7
- data/lib/inspec/utils/erlang_parser.rb +0 -190
- data/lib/inspec/utils/file_reader.rb +0 -24
- data/lib/inspec/utils/filter.rb +0 -461
- data/lib/inspec/utils/filter_array.rb +0 -25
- data/lib/inspec/utils/find_files.rb +0 -44
- data/lib/inspec/utils/hash.rb +0 -37
- data/lib/inspec/utils/json_log.rb +0 -15
- data/lib/inspec/utils/modulator.rb +0 -9
- data/lib/inspec/utils/nginx_parser.rb +0 -101
- data/lib/inspec/utils/object_traversal.rb +0 -47
- data/lib/inspec/utils/parser.rb +0 -277
- data/lib/inspec/utils/pkey_reader.rb +0 -17
- data/lib/inspec/utils/simpleconfig.rb +0 -121
- data/lib/inspec/utils/spdx.rb +0 -10
- data/lib/inspec/utils/spdx.txt +0 -383
- data/lib/inspec/utils/telemetry.rb +0 -3
- data/lib/inspec/utils/telemetry/collector.rb +0 -81
- data/lib/inspec/utils/telemetry/data_series.rb +0 -44
- data/lib/inspec/utils/telemetry/global_methods.rb +0 -22
- data/lib/inspec/version.rb +0 -3
- data/lib/matchers/matchers.rb +0 -341
- data/lib/plugins/README.md +0 -16
- data/lib/plugins/inspec-artifact/lib/inspec-artifact.rb +0 -12
- data/lib/plugins/inspec-artifact/lib/inspec-artifact/base.rb +0 -170
- data/lib/plugins/inspec-artifact/lib/inspec-artifact/cli.rb +0 -116
- data/lib/plugins/inspec-artifact/test/functional/inspec_artifact_test.rb +0 -50
- data/lib/plugins/inspec-compliance/README.md +0 -207
- data/lib/plugins/inspec-compliance/lib/inspec-compliance.rb +0 -12
- data/lib/plugins/inspec-compliance/lib/inspec-compliance/api.rb +0 -362
- data/lib/plugins/inspec-compliance/lib/inspec-compliance/api/login.rb +0 -198
- data/lib/plugins/inspec-compliance/lib/inspec-compliance/cli.rb +0 -269
- data/lib/plugins/inspec-compliance/lib/inspec-compliance/configuration.rb +0 -103
- data/lib/plugins/inspec-compliance/lib/inspec-compliance/http.rb +0 -117
- data/lib/plugins/inspec-compliance/lib/inspec-compliance/images/cc-token.png +0 -0
- data/lib/plugins/inspec-compliance/lib/inspec-compliance/support.rb +0 -34
- data/lib/plugins/inspec-compliance/lib/inspec-compliance/target.rb +0 -146
- data/lib/plugins/inspec-compliance/test/functional/inspec_compliance_test.rb +0 -53
- data/lib/plugins/inspec-compliance/test/integration/default/cli.rb +0 -91
- data/lib/plugins/inspec-compliance/test/unit/api/login_test.rb +0 -190
- data/lib/plugins/inspec-compliance/test/unit/api_test.rb +0 -386
- data/lib/plugins/inspec-compliance/test/unit/target_test.rb +0 -155
- data/lib/plugins/inspec-habitat/Berksfile +0 -5
- data/lib/plugins/inspec-habitat/README.md +0 -150
- data/lib/plugins/inspec-habitat/kitchen.yml +0 -28
- data/lib/plugins/inspec-habitat/lib/inspec-habitat.rb +0 -11
- data/lib/plugins/inspec-habitat/lib/inspec-habitat/cli.rb +0 -41
- data/lib/plugins/inspec-habitat/lib/inspec-habitat/profile.rb +0 -265
- data/lib/plugins/inspec-habitat/templates/habitat/plan.sh.erb +0 -6
- data/lib/plugins/inspec-habitat/test/cookbooks/inspec_habitat_fixture/Berksfile +0 -2
- data/lib/plugins/inspec-habitat/test/cookbooks/inspec_habitat_fixture/README.md +0 -3
- data/lib/plugins/inspec-habitat/test/cookbooks/inspec_habitat_fixture/files/hab_setup.exp +0 -28
- data/lib/plugins/inspec-habitat/test/cookbooks/inspec_habitat_fixture/metadata.rb +0 -9
- data/lib/plugins/inspec-habitat/test/cookbooks/inspec_habitat_fixture/recipes/default.rb +0 -61
- data/lib/plugins/inspec-habitat/test/functional/inspec_habitat_test.rb +0 -34
- data/lib/plugins/inspec-habitat/test/integration/default/inspec_habitat/README.md +0 -3
- data/lib/plugins/inspec-habitat/test/integration/default/inspec_habitat/controls/inspec_habitat.rb +0 -40
- data/lib/plugins/inspec-habitat/test/integration/default/inspec_habitat/inspec.yml +0 -10
- data/lib/plugins/inspec-habitat/test/support/example_profile/README.md +0 -3
- data/lib/plugins/inspec-habitat/test/support/example_profile/controls/example.rb +0 -7
- data/lib/plugins/inspec-habitat/test/support/example_profile/inspec.yml +0 -10
- data/lib/plugins/inspec-habitat/test/unit/profile_test.rb +0 -242
- data/lib/plugins/inspec-init/README.md +0 -31
- data/lib/plugins/inspec-init/lib/inspec-init.rb +0 -12
- data/lib/plugins/inspec-init/lib/inspec-init/cli.rb +0 -15
- data/lib/plugins/inspec-init/lib/inspec-init/cli_plugin.rb +0 -243
- data/lib/plugins/inspec-init/lib/inspec-init/cli_profile.rb +0 -47
- data/lib/plugins/inspec-init/lib/inspec-init/renderer.rb +0 -97
- data/lib/plugins/inspec-init/templates/plugins/inspec-plugin-template/Gemfile +0 -11
- data/lib/plugins/inspec-init/templates/plugins/inspec-plugin-template/LICENSE +0 -2
- data/lib/plugins/inspec-init/templates/plugins/inspec-plugin-template/README.md +0 -28
- data/lib/plugins/inspec-init/templates/plugins/inspec-plugin-template/Rakefile +0 -40
- data/lib/plugins/inspec-init/templates/plugins/inspec-plugin-template/lib/inspec-plugin-template.rb +0 -14
- data/lib/plugins/inspec-init/templates/plugins/inspec-plugin-template/lib/inspec-plugin-template/cli_command.rb +0 -62
- data/lib/plugins/inspec-init/templates/plugins/inspec-plugin-template/lib/inspec-plugin-template/plugin.rb +0 -53
- data/lib/plugins/inspec-init/templates/plugins/inspec-plugin-template/lib/inspec-plugin-template/version.rb +0 -8
- data/lib/plugins/inspec-init/templates/plugins/inspec-plugin-template/test/fixtures/README.md +0 -24
- data/lib/plugins/inspec-init/templates/plugins/inspec-plugin-template/test/functional/README.md +0 -12
- data/lib/plugins/inspec-init/templates/plugins/inspec-plugin-template/test/functional/inspec_plugin_template_test.rb +0 -110
- data/lib/plugins/inspec-init/templates/plugins/inspec-plugin-template/test/helper.rb +0 -24
- data/lib/plugins/inspec-init/templates/plugins/inspec-plugin-template/test/unit/README.md +0 -17
- data/lib/plugins/inspec-init/templates/plugins/inspec-plugin-template/test/unit/cli_args_test.rb +0 -67
- data/lib/plugins/inspec-init/templates/plugins/inspec-plugin-template/test/unit/plugin_def_test.rb +0 -51
- data/lib/plugins/inspec-init/templates/profiles/aws/libraries/.gitkeep +0 -0
- data/lib/plugins/inspec-init/templates/profiles/azure/libraries/.gitkeep +0 -0
- data/lib/plugins/inspec-init/templates/profiles/gcp/libraries/.gitkeep +0 -0
- data/lib/plugins/inspec-init/templates/profiles/os/README.md +0 -3
- data/lib/plugins/inspec-init/templates/profiles/os/controls/example.rb +0 -18
- data/lib/plugins/inspec-init/templates/profiles/os/inspec.yml +0 -10
- data/lib/plugins/inspec-init/templates/profiles/os/libraries/.gitkeep +0 -0
- data/lib/plugins/inspec-init/test/functional/inspec_init_plugin_test.rb +0 -184
- data/lib/plugins/inspec-init/test/functional/inspec_init_profile_test.rb +0 -121
- data/lib/plugins/inspec-plugin-manager-cli/README.md +0 -6
- data/lib/plugins/inspec-plugin-manager-cli/lib/inspec-plugin-manager-cli.rb +0 -17
- data/lib/plugins/inspec-plugin-manager-cli/lib/inspec-plugin-manager-cli/cli_command.rb +0 -518
- data/lib/plugins/inspec-plugin-manager-cli/lib/inspec-plugin-manager-cli/plugin.rb +0 -12
- data/lib/plugins/inspec-plugin-manager-cli/test/fixtures/config_dirs/empty/.gitkeep +0 -0
- data/lib/plugins/inspec-plugin-manager-cli/test/fixtures/plugins/inspec-egg-white-omelette/lib/inspec-egg-white-omelette.rb +0 -2
- data/lib/plugins/inspec-plugin-manager-cli/test/fixtures/plugins/inspec-egg-white-omelette/lib/inspec-egg-white-omelette/.gitkeep +0 -0
- data/lib/plugins/inspec-plugin-manager-cli/test/fixtures/plugins/inspec-wrong-structure/.gitkeep +0 -0
- data/lib/plugins/inspec-plugin-manager-cli/test/fixtures/plugins/wrong-name/lib/wrong-name.rb +0 -1
- data/lib/plugins/inspec-plugin-manager-cli/test/fixtures/plugins/wrong-name/lib/wrong-name/.gitkeep +0 -0
- data/lib/plugins/inspec-plugin-manager-cli/test/functional/help_test.rb +0 -23
- data/lib/plugins/inspec-plugin-manager-cli/test/functional/helper.rb +0 -62
- data/lib/plugins/inspec-plugin-manager-cli/test/functional/install_test.rb +0 -368
- data/lib/plugins/inspec-plugin-manager-cli/test/functional/list_test.rb +0 -101
- data/lib/plugins/inspec-plugin-manager-cli/test/functional/search_test.rb +0 -129
- data/lib/plugins/inspec-plugin-manager-cli/test/functional/uninstall_test.rb +0 -63
- data/lib/plugins/inspec-plugin-manager-cli/test/functional/update_test.rb +0 -84
- data/lib/plugins/inspec-plugin-manager-cli/test/unit/cli_args_test.rb +0 -77
- data/lib/plugins/inspec-plugin-manager-cli/test/unit/plugin_def_test.rb +0 -39
- data/lib/plugins/shared/core_plugin_test_helper.rb +0 -153
- data/lib/plugins/things-for-train-integration.rb +0 -14
- data/lib/source_readers/flat.rb +0 -36
- data/lib/source_readers/inspec.rb +0 -66
@@ -1,39 +0,0 @@
|
|
1
|
-
require_relative "../../../shared/core_plugin_test_helper.rb"
|
2
|
-
|
3
|
-
#-----------------------------------------------------------------------#
|
4
|
-
# Plugin Definition
|
5
|
-
#-----------------------------------------------------------------------#
|
6
|
-
class PluginManagerCliDefinitionTests < Minitest::Test
|
7
|
-
include CorePluginUnitHelper
|
8
|
-
|
9
|
-
@@orig_home = Dir.home
|
10
|
-
|
11
|
-
def setup
|
12
|
-
mock_path = File.expand_path "test/fixtures"
|
13
|
-
|
14
|
-
@config_dir_path = File.join(mock_path, "config_dirs")
|
15
|
-
ENV["HOME"] = File.join(@config_dir_path, "fakehome")
|
16
|
-
end
|
17
|
-
|
18
|
-
def teardown
|
19
|
-
reset_globals
|
20
|
-
end
|
21
|
-
|
22
|
-
def reset_globals # TODO: REFACTOR this with install/loader tests
|
23
|
-
ENV["HOME"] = @@orig_home
|
24
|
-
ENV["INSPEC_CONFIG_DIR"] = nil
|
25
|
-
Inspec::Plugin::V2::Registry.instance.__reset
|
26
|
-
end
|
27
|
-
|
28
|
-
def test_plugin_registered
|
29
|
-
loader = Inspec::Plugin::V2::Loader.new
|
30
|
-
loader.load_all # We want to ensure it is auto-loaded
|
31
|
-
|
32
|
-
assert registry.known_plugin?(:'inspec-plugin-manager-cli'), "inspec-plugin-manager-cli should be registered"
|
33
|
-
assert registry.loaded_plugin?(:'inspec-plugin-manager-cli'), "inspec-plugin-manager-cli should be loaded"
|
34
|
-
|
35
|
-
status = registry[:'inspec-plugin-manager-cli']
|
36
|
-
assert_equal 2, status.api_generation, "inspec-plugin-manager-cli should be v2"
|
37
|
-
assert_includes status.plugin_types, :cli_command, "inspec-plugin-manager-cli should have cli_command activators"
|
38
|
-
end
|
39
|
-
end
|
@@ -1,153 +0,0 @@
|
|
1
|
-
# Load test harness - Minitest
|
2
|
-
require "minitest/autorun"
|
3
|
-
require "minitest/pride"
|
4
|
-
|
5
|
-
# Data formats commonly used in testing
|
6
|
-
require "json"
|
7
|
-
require "ostruct"
|
8
|
-
|
9
|
-
# Utilities often needed
|
10
|
-
require "fileutils"
|
11
|
-
require "tmpdir"
|
12
|
-
require "pathname"
|
13
|
-
require "forwardable"
|
14
|
-
|
15
|
-
require "functional/helper"
|
16
|
-
require "inspec/plugin/v2"
|
17
|
-
|
18
|
-
# Configure Minitest to expose things like `let`
|
19
|
-
class Module
|
20
|
-
include Minitest::Spec::DSL # TODO: NO! remove this!
|
21
|
-
end
|
22
|
-
|
23
|
-
# module Inspec
|
24
|
-
# class FuncTestRunResult
|
25
|
-
# attr_reader :train_result
|
26
|
-
# attr_reader :payload
|
27
|
-
#
|
28
|
-
# extend Forwardable
|
29
|
-
# def_delegator :train_result, :stdout
|
30
|
-
# def_delegator :train_result, :stderr
|
31
|
-
# def_delegator :train_result, :exit_status
|
32
|
-
#
|
33
|
-
# def initialize(train_result)
|
34
|
-
# @train_result = train_result
|
35
|
-
# @payload = OpenStruct.new
|
36
|
-
# end
|
37
|
-
# end
|
38
|
-
# end
|
39
|
-
|
40
|
-
# TODO: remove me! There's no need!
|
41
|
-
module CorePluginBaseHelper
|
42
|
-
let(:mock_path) { File.join(repo_path, "test", "fixtures", "mock") }
|
43
|
-
let(:core_fixture_plugins_path) { File.join(mock_path, "plugins") }
|
44
|
-
let(:core_config_dir_path) { File.join(mock_path, "config_dirs") }
|
45
|
-
|
46
|
-
let(:registry) { Inspec::Plugin::V2::Registry.instance }
|
47
|
-
end
|
48
|
-
|
49
|
-
module CorePluginFunctionalHelper
|
50
|
-
include CorePluginBaseHelper
|
51
|
-
include FunctionalHelper
|
52
|
-
|
53
|
-
# TODO: so much duplication! Remove everything we can!
|
54
|
-
require "train"
|
55
|
-
TRAIN_CONNECTION = Train.create("local", command_runner: :generic).connection
|
56
|
-
|
57
|
-
# TODO: remove me! it's in test/functional/helper.rb
|
58
|
-
def run_inspec_process(command_line, opts = {})
|
59
|
-
prefix = ""
|
60
|
-
if opts.key?(:prefix)
|
61
|
-
prefix = opts[:prefix]
|
62
|
-
elsif opts.key?(:env)
|
63
|
-
prefix = assemble_env_prefix opts[:env]
|
64
|
-
end
|
65
|
-
|
66
|
-
TRAIN_CONNECTION.run_command("#{prefix} #{exec_inspec} #{command_line}")
|
67
|
-
end
|
68
|
-
|
69
|
-
# This helper does some fancy footwork to make InSpec think a plugin
|
70
|
-
# under development is temporarily installed.
|
71
|
-
# @param String command_line Invocation, without the word 'inspec'
|
72
|
-
# @param Hash opts options as for run_inspec_process, with more options:
|
73
|
-
# :pre_run: Proc(plugin_statefile_data, tmp_dir_path) - optional setup block.
|
74
|
-
# Modify plugin_statefile_data as needed; it will be written to a plugins.json
|
75
|
-
# in tmp_dir_path. You may also copy in other things to the tmp_dir_path. Your PWD
|
76
|
-
# will be in the tmp_dir, and it will exist and be empty.
|
77
|
-
# :post_run: Proc(CommandResult, tmp_dir_path) - optional result capture block.
|
78
|
-
# Your PWD will be the tmp_dir, and it will still exist (for a moment!)
|
79
|
-
def run_inspec_process_with_this_plugin(command_line, opts = {})
|
80
|
-
plugin_path = __find_plugin_path_from_caller
|
81
|
-
|
82
|
-
# If it looks like it is a core plugin under test, don't add it to the plugin file
|
83
|
-
# since the loader will auto-load it anyway
|
84
|
-
if plugin_path.include?("lib/plugins/inspec-")
|
85
|
-
plugin_file_data = __make_empty_plugin_file_data_structure
|
86
|
-
else
|
87
|
-
plugin_file_data = __make_plugin_file_data_structure_with_path(plugin_path)
|
88
|
-
end
|
89
|
-
|
90
|
-
Dir.mktmpdir do |tmp_dir|
|
91
|
-
opts[:pre_run]&.call(plugin_file_data, tmp_dir)
|
92
|
-
plugin_file_path = File.join(tmp_dir, "plugins.json")
|
93
|
-
# HACK: If the block cleared the hash, take that to mean it will provide a plugins.json file of its own.
|
94
|
-
File.write(plugin_file_path, JSON.generate(plugin_file_data)) unless plugin_file_data.empty?
|
95
|
-
opts[:env] ||= {}
|
96
|
-
opts[:env]["INSPEC_CONFIG_DIR"] = tmp_dir
|
97
|
-
run_result = run_inspec_process(command_line, opts)
|
98
|
-
|
99
|
-
# Read the resulting plugins.json into memory, if any
|
100
|
-
if File.exist?(plugin_file_path)
|
101
|
-
@plugin_data = JSON.parse(File.read(plugin_file_path))
|
102
|
-
end
|
103
|
-
|
104
|
-
opts[:post_run]&.call(run_result, tmp_dir)
|
105
|
-
run_result
|
106
|
-
end
|
107
|
-
end
|
108
|
-
|
109
|
-
def __find_plugin_path_from_caller(frames_back = 2)
|
110
|
-
caller_path = Pathname.new(caller_locations(frames_back, 1).first.absolute_path)
|
111
|
-
# Typical caller path:
|
112
|
-
# /Users/cwolfe/sandbox/inspec-resource-lister/test/functional/inspec_resource_lister_test.rb
|
113
|
-
# We want:
|
114
|
-
# /Users/cwolfe/sandbox/inspec-resource-lister/lib/inspec-resource-lister.rb
|
115
|
-
cursor = caller_path
|
116
|
-
until cursor.basename.to_s == "test" && cursor.parent.basename.to_s =~ /^(inspec|train)-/
|
117
|
-
cursor = cursor.parent
|
118
|
-
break if cursor.nil?
|
119
|
-
end
|
120
|
-
raise "Could not comprehend plugin project directory structure" if cursor.nil?
|
121
|
-
|
122
|
-
project_dir = cursor.parent
|
123
|
-
plugin_name = project_dir.basename
|
124
|
-
entry_point = File.join(project_dir.to_s, "lib", plugin_name.to_s + ".rb")
|
125
|
-
raise "Could not find plugin entry point" unless File.exist?(entry_point)
|
126
|
-
|
127
|
-
entry_point
|
128
|
-
end
|
129
|
-
|
130
|
-
def __make_plugin_file_data_structure_with_path(path)
|
131
|
-
# TODO: dry this up, refs #3350
|
132
|
-
plugin_name = File.basename(path, ".rb")
|
133
|
-
data = __make_empty_plugin_file_data_structure
|
134
|
-
data["plugins"] << {
|
135
|
-
"name" => plugin_name,
|
136
|
-
"installation_type" => "path",
|
137
|
-
"installation_path" => path,
|
138
|
-
}
|
139
|
-
data
|
140
|
-
end
|
141
|
-
|
142
|
-
def __make_empty_plugin_file_data_structure
|
143
|
-
# TODO: dry this up, refs #3350
|
144
|
-
{
|
145
|
-
"plugins_config_version" => "1.0.0",
|
146
|
-
"plugins" => [],
|
147
|
-
}
|
148
|
-
end
|
149
|
-
end
|
150
|
-
|
151
|
-
module CorePluginUnitHelper
|
152
|
-
include CorePluginBaseHelper
|
153
|
-
end
|
@@ -1,14 +0,0 @@
|
|
1
|
-
# docs/plugins
|
2
|
-
# Update that train plugins are now possible
|
3
|
-
|
4
|
-
# test/unit/plugin/v2/loader_test.rb
|
5
|
-
# TODO: loading all plugins does not activate Train plugins
|
6
|
-
|
7
|
-
# lib/plugins/inspec-plugin-manager-cli/test/functional/inspec-plugin_test.rb
|
8
|
-
# ~ Should be able to install a train plugin - in place, will fail until plugin published
|
9
|
-
# ~ Should be able to search for a train plugin - in place, will fail until plugin published
|
10
|
-
|
11
|
-
# test/functional/plugins_test.rb
|
12
|
-
# % Should be able to suggest a train transport plugin when an unsupported --target schema is used and a gem search is successful
|
13
|
-
# % Should be able to suggest a train transport plugin when an unrecognized profile platform declaration is used and a gem search is successful
|
14
|
-
# - Should be able to run inspec detect targeting a test target
|
data/lib/source_readers/flat.rb
DELETED
@@ -1,36 +0,0 @@
|
|
1
|
-
require "inspec/fetcher"
|
2
|
-
require "inspec/metadata"
|
3
|
-
|
4
|
-
module SourceReaders
|
5
|
-
class Flat < Inspec.source_reader(1)
|
6
|
-
name "flat"
|
7
|
-
priority 5
|
8
|
-
|
9
|
-
def self.resolve(target)
|
10
|
-
# TODO: eventually remove the metadata.rb exception here
|
11
|
-
# when we have fully phased out metadata.rb in 1.0
|
12
|
-
files = target.files.find_all do |x|
|
13
|
-
x.end_with?(".rb") && !x.include?("/") && x != "metadata.rb"
|
14
|
-
end
|
15
|
-
return nil if files.empty?
|
16
|
-
|
17
|
-
new(target, files)
|
18
|
-
end
|
19
|
-
|
20
|
-
attr_reader :metadata, :tests, :libraries, :data_files
|
21
|
-
|
22
|
-
def initialize(target, files)
|
23
|
-
@target = target
|
24
|
-
@metadata = ::Inspec::Metadata.new(nil)
|
25
|
-
@tests = load_tests(files)
|
26
|
-
@libraries = {}
|
27
|
-
@data_files = {}
|
28
|
-
end
|
29
|
-
|
30
|
-
private
|
31
|
-
|
32
|
-
def load_tests(files)
|
33
|
-
Hash[files.map { |x| [x, @target.read(x)] }]
|
34
|
-
end
|
35
|
-
end
|
36
|
-
end
|
@@ -1,66 +0,0 @@
|
|
1
|
-
require "inspec/fetcher"
|
2
|
-
require "inspec/metadata"
|
3
|
-
|
4
|
-
module SourceReaders
|
5
|
-
class InspecReader < Inspec.source_reader(1)
|
6
|
-
name "inspec"
|
7
|
-
priority 10
|
8
|
-
|
9
|
-
def self.resolve(target)
|
10
|
-
return new(target, "inspec.yml") if target.files.include?("inspec.yml")
|
11
|
-
|
12
|
-
nil
|
13
|
-
end
|
14
|
-
|
15
|
-
attr_reader :metadata, :tests, :libraries, :data_files
|
16
|
-
|
17
|
-
# This create a new instance of an InSpec profile source reader
|
18
|
-
#
|
19
|
-
# @param [FileProvider] target An instance of a FileProvider object that can list files and read them
|
20
|
-
# @param [String] metadata_source eg. inspec.yml or metadata.rb
|
21
|
-
def initialize(target, metadata_source)
|
22
|
-
@target = target
|
23
|
-
@metadata = load_metadata(metadata_source)
|
24
|
-
@tests = load_tests
|
25
|
-
@libraries = load_libs
|
26
|
-
@data_files = load_data_files
|
27
|
-
end
|
28
|
-
|
29
|
-
private
|
30
|
-
|
31
|
-
def load_metadata(metadata_source)
|
32
|
-
Inspec::Metadata.from_ref(
|
33
|
-
metadata_source,
|
34
|
-
@target.read(metadata_source),
|
35
|
-
nil
|
36
|
-
)
|
37
|
-
rescue Psych::SyntaxError => e
|
38
|
-
raise "Unable to parse inspec.yml: line #{e.line}, #{e.problem} #{e.context}"
|
39
|
-
rescue => e
|
40
|
-
raise "Unable to parse #{metadata_source}: #{e.class} -- #{e.message}"
|
41
|
-
end
|
42
|
-
|
43
|
-
def find_all(regexp)
|
44
|
-
@target.files.grep(regexp)
|
45
|
-
end
|
46
|
-
|
47
|
-
def load_all(regexp)
|
48
|
-
find_all(regexp)
|
49
|
-
.map { |path| file = @target.read(path); [path, file] if file }
|
50
|
-
.compact
|
51
|
-
.to_h
|
52
|
-
end
|
53
|
-
|
54
|
-
def load_tests
|
55
|
-
load_all(%r{^controls/.*\.rb$})
|
56
|
-
end
|
57
|
-
|
58
|
-
def load_libs
|
59
|
-
load_all(%r{^libraries/.*\.rb$})
|
60
|
-
end
|
61
|
-
|
62
|
-
def load_data_files
|
63
|
-
load_all(%r{^files/})
|
64
|
-
end
|
65
|
-
end
|
66
|
-
end
|