mirror of
https://github.com/inspec/inspec
synced 2024-12-19 09:33:20 +00:00
1 line
No EOL
7.1 KiB
JSON
1 line
No EOL
7.1 KiB
JSON
[{"key":"inspec.txt","command":"inspec","simulator_cmd":"inspec","extra":false,"shell":"sh"},{"key":"inspec_help.txt","command":"inspec help","simulator_cmd":"inspec help","extra":false,"shell":"sh"},{"key":"inspec_help_version.txt","command":"inspec help version","simulator_cmd":"inspec help version","extra":false,"shell":"sh"},{"key":"inspec_help_detect.txt","command":"inspec help detect","simulator_cmd":"inspec help detect","extra":false,"shell":"sh"},{"key":"inspec_help_exec.txt","command":"inspec help exec","simulator_cmd":"inspec help exec","extra":false,"shell":"sh"},{"key":"inspec_check_examples_profile.txt","command":"inspec check examples/profile","simulator_cmd":"inspec check examples/profile","extra":false,"shell":"sh"},{"key":"inspec_exec_examples_profile.txt","command":"inspec exec examples/profile","simulator_cmd":"inspec exec examples/profile","extra":false,"shell":"sh"},{"key":"inspec_exec_examples_profile_t_ssh_bob_4e71009b95976498579d5ad6a28b14bc.txt","command":"inspec exec examples/profile -t ssh://bob@host.node -i bob.rsa","simulator_cmd":"inspec exec examples/profile -t ssh://bob@host.node -i bob.rsa","extra":false,"shell":"sh"},{"key":"inspec_exec_examples_profile_b_ssh_host_cf37f8199643b17383eb3281b52112d5.txt","command":"inspec exec examples/profile -b ssh --host host.node --user bob -i bob.rsa","simulator_cmd":"inspec exec examples/profile -b ssh --host host.node --user bob -i bob.rsa","extra":false,"shell":"sh"},{"key":"inspec_help_exec.txt","command":"inspec help exec","simulator_cmd":"inspec help exec","extra":false,"shell":"sh"},{"key":"inspec_exec_examples_profile_t_winrm_305beca5529abafe6d045bdb57c203df.txt","command":"inspec exec examples/profile -t winrm://alice:pass@windows.node","simulator_cmd":"inspec exec examples/profile -t winrm://alice:pass@windows.node","extra":false,"shell":"sh"},{"key":"inspec_exec_examples_profile_t_winrm_22d8aaf0ee4eb2b6200309b1aa284289.txt","command":"inspec exec examples/profile -t winrm://alice:pass@windows.node --ssl --self-signed","simulator_cmd":"inspec exec examples/profile -t winrm://alice:pass@windows.node --ssl --self-signed","extra":false,"shell":"sh"},{"key":"inspec_exec_examples_profile_t_docker_a70cc10561169b62cf1c04dc411b8fac.txt","command":"inspec exec examples/profile -t docker://abcdef123","simulator_cmd":"inspec exec examples/profile -t docker://abcdef123","extra":false,"shell":"sh"},{"key":"inspec_detect.txt","command":"inspec detect","simulator_cmd":"inspec detect","extra":false,"shell":"sh"},{"key":"inspec_detect_t_ssh_bob_host_node_i_bob_40526a61bb19e01e209c6cba4362bc5e.txt","command":"inspec detect -t ssh://bob@host.node -i bob.rsa","simulator_cmd":"inspec detect -t ssh://bob@host.node -i bob.rsa","extra":false,"shell":"sh"},{"key":"inspec_shell_c_os_params_.txt","command":"inspec shell -c 'os.params'","simulator_cmd":"inspec shell -c 'os.params'","extra":false,"shell":"sh"},{"key":"inspec_shell_c_sshd_config_Protocol_.txt","command":"inspec shell -c 'sshd_config.Protocol'","simulator_cmd":"inspec shell -c 'sshd_config.Protocol'","extra":false,"shell":"sh"},{"key":"inspec_shell_c_sshd_config_Protocol_t_b136973258e391bd581dde1eed3dfc3a.txt","command":"inspec shell -c 'sshd_config.Protocol' -t ssh://bob@host.node -i bob.rsa","simulator_cmd":"inspec shell -c 'sshd_config.Protocol' -t ssh://bob@host.node -i bob.rsa","extra":false,"shell":"sh"},{"key":"inspec_shell_c_os_params_t_docker_f18b287ec4f19d1fcc113c7b0538e54b.txt","command":"inspec shell -c 'os.params' -t docker://abcdef123","simulator_cmd":"inspec shell -c 'os.params' -t docker://abcdef123","extra":false,"shell":"sh"},{"key":"echo_help_inspec_shell.txt","command":"help","simulator_cmd":"echo help | inspec shell","extra":false,"shell":"inspec"},{"key":"echo_help_resources_inspec_shell.txt","command":"help resources","simulator_cmd":"echo help\\ resources | inspec shell","extra":false,"shell":"inspec"},{"key":"echo_help_file_inspec_shell.txt","command":"help file","simulator_cmd":"echo help\\ file | inspec shell","extra":false,"shell":"inspec"},{"key":"echo_help_command_inspec_shell.txt","command":"help command","simulator_cmd":"echo help\\ command | inspec shell","extra":false,"shell":"inspec"},{"key":"echo_help_os_inspec_shell.txt","command":"help os","simulator_cmd":"echo help\\ os | inspec shell","extra":false,"shell":"inspec"},{"key":"echo_command_uname_a_stdout_inspec_shell.txt","command":"command('uname -a').stdout","simulator_cmd":"echo command\\(\\'uname\\ -a\\'\\).stdout | inspec shell","extra":false,"shell":"inspec"},{"key":"echo_file_proc_cpuinfo_owner_inspec_2802989f939f2f105dfc777b5a57099a.txt","command":"file('/proc/cpuinfo').owner","simulator_cmd":"echo file\\(\\'/proc/cpuinfo\\'\\).owner | inspec shell","extra":false,"shell":"inspec"},{"key":"echo_sshd_config_params_inspec_shell.txt","command":"sshd_config.params","simulator_cmd":"echo sshd_config.params | inspec shell","extra":false,"shell":"inspec"},{"key":"echo_describe_file_root_do_it_should_1c5556578d02f0818adc4fa77780643a.txt","command":"describe file('/root') do\n it { should exist }\n its('mode') { should cmp '0750'}\nend","simulator_cmd":"echo describe\\ file\\(\\'/root\\'\\)\\ do'\n'\\ \\ it\\ \\{\\ should\\ exist\\ \\}'\n'\\ \\ its\\(\\'mode\\'\\)\\ \\{\\ should\\ cmp\\ \\'0750\\'\\}'\n'end | inspec shell","extra":false,"shell":"inspec"},{"key":"echo_control_id_do_title_Check_4d8cc87f4454a7d7cfccabe96cda852a.txt","command":"control \"id\" do\n title \"Check permissions on /root!\"\n impact 0.5\n describe file('/root') do\n its('mode') { should cmp '0750'}\n end\nend","simulator_cmd":"echo control\\ \\\"id\\\"\\ do'\n'\\ \\ title\\ \\\"Check\\ permissions\\ on\\ /root\\!\\\"'\n'\\ \\ impact\\ 0.5'\n'\\ \\ describe\\ file\\(\\'/root\\'\\)\\ do'\n'\\ \\ \\ \\ its\\(\\'mode\\'\\)\\ \\{\\ should\\ cmp\\ \\'0750\\'\\}'\n'\\ \\ end'\n'end | inspec shell","extra":false,"shell":"inspec"},{"key":"ls.txt","command":"ls","simulator_cmd":"ls","extra":true,"shell":"sh"},{"key":"cat_README_md.txt","command":"cat README.md","simulator_cmd":"cat README.md","extra":true,"shell":"sh"},{"key":"inspec_help_compliance.txt","command":"inspec help compliance","simulator_cmd":"inspec help compliance","extra":true,"shell":"sh"},{"key":"inspec_version.txt","command":"inspec version","simulator_cmd":"inspec version","extra":true,"shell":"sh"},{"key":"inspec_detect_format_json.txt","command":"inspec detect --format json","simulator_cmd":"inspec detect --format json","extra":true,"shell":"sh"},{"key":"inspec_exec_examples_profile_format_json.txt","command":"inspec exec examples/profile --format json","simulator_cmd":"inspec exec examples/profile --format json","extra":true,"shell":"sh"},{"key":"inspec_exec_examples_profile_format_json_7e03f62dcb64770f72000b5f20b7eb27.txt","command":"inspec exec examples/profile --format json | jq","simulator_cmd":"inspec exec examples/profile --format json | jq","extra":true,"shell":"sh"},{"key":"inspec_json_examples_profile.txt","command":"inspec json examples/profile","simulator_cmd":"inspec json examples/profile","extra":true,"shell":"sh"},{"key":"inspec_archive_examples_profile.txt","command":"inspec archive examples/profile","simulator_cmd":"inspec archive examples/profile","extra":true,"shell":"sh"}] |