inspec-azure
inspec-azure copied to clipboard
InSpec Azure Resource Pack
# Describe the problem When running integration tests intermittently we are seeing the below error message - however when re-running the test it usually will pass and not encounter the...
### Description Update commands used by Netlify to build docs previews ### Related https://github.com/chef/chef-web-docs/pull/4255 ### Issues Resolved https://chefio.atlassian.net/browse/CHEF-11081 ### Check List - [ ] New functionality includes tests - [...
## Detailed Description Azure resources can have private endpoints , most of the resources will have it in properties.privateEndpointConnections details to query. But few resources properties doesnt include . hence...
## Detailed Description When we want to test the AzureAD App registration creation , we can determine the displayName of the App and objectID is auto generated , hence we...
We are currently running into an error when resources have been deleted during the progress of the scan of a subscription. The errors typically look something like this: "Resource group...
I have this code below, ```ruby control 'all_azure_resourses' do desc 'Get all resource to filter maually created resourses' azure_generic_resources.ids.each do |id| describe azure_generic_resource(resource_id: id) do its('tags') { should include(:'managed-by') }...
# Describe the problem Inspec is now failing when working with Resource Groups. I am receiving the following error. This was working 2 weeks ago. ``` Azure Resource Group :...
Our organisation has adopted complete key less authentication and only use managed identities for any auth in Azure. ## Detailed Description Managed identity in Azure provides a way to authenticate...
Signed-off-by: Deepa Kumaraswamy ### Description Around 10-12 InSpec Azure resource files are reviewed for language, Chef House style, formattings, headings, etc. These are shared with Clinton for his input and...
# Describe the problem When trying to vendor a new control for testing Azure resources I get the following error trace: ``` Traceback (most recent call last): 19: from C:/opscode/inspec/bin/inspec:304:in...