Created
June 26, 2018 15:45
-
-
Save yarick/983adc75570948cd30cc4d40c028ee57 to your computer and use it in GitHub Desktop.
Inspec AzureUSGovernment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
inspec exec ./test/integration/default -t azure:// -l=debug --diagnose | |
InSpec version: 2.2.20 | |
Train version: 1.4.15 | |
Command line configuration: | |
{"target"=>"azure://", "log_level"=>"debug", "diagnose"=>true} | |
JSON configuration file: | |
{} | |
Merged configuration: | |
{"reporter"=>{"cli"=>{"stdout"=>true}}, | |
"show_progress"=>false, | |
"color"=>true, | |
"create_lockfile"=>true, | |
"backend_cache"=>true, | |
"type"=>:exec, | |
"target"=>"azure://", | |
"log_level"=>"debug", | |
"diagnose"=>true} | |
[2018-06-26T11:18:33-04:00] DEBUG: Option backend_cache is enabled | |
[2018-06-26T11:18:33-04:00] DEBUG: Resolve ./test/integration/default into cache /root/.inspec/cache | |
[2018-06-26T11:18:33-04:00] DEBUG: Dependency does not exist in the cache ./test/integration/default | |
[2018-06-26T11:18:33-04:00] DEBUG: Starting run with targets: ["Inspec::Profile<azure-inspec-demo>"] | |
[2018-06-26T11:18:33-04:00] DEBUG: Using existing lockfile ./test/integration/default/inspec.lock | |
[2018-06-26T11:18:33-04:00] DEBUG: Loading ./test/integration/default/controls/M-2.12.rb into #<Inspec::ProfileContext:0x0000000003bb93f8> | |
[DEPRECATED] use a specific azure resources instead of 'azure_generic_resource'. See https://github.com/inspec/inspec/issues/3131 | |
[2018-06-26T11:18:34-04:00] DEBUG: Registering rule M-2.12 | |
Profile: AZURE Inspec Demo based on CIS_Microsoft_Azure_Foundations_Benchmark (azure-inspec-demo) | |
Version: 0.2 | |
Target: azure://12345678-1234-1234-1234-123456789012 | |
× M-2.12: 2.12 Ensure that 'JIT Network Access' is set to 'On' (Scored) (2 failed) | |
× azure_generic_resource | |
The subscription '12345678-1234-1234-1234-123456789012' could not be found. | |
× azure_resource_group | |
The subscription '12345678-1234-1234-1234-123456789012' could not be found. | |
Profile Summary: 0 successful controls, 1 control failure, 0 controls skipped | |
Test Summary: 0 successful, 2 failures, 0 skipped |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment