Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new backend class #277

Merged
merged 37 commits into from
Aug 14, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
2d95c0b
Add new backend class
Aug 3, 2020
faf41eb
Add docs
Aug 4, 2020
380cfee
Fix CI build issues
Aug 4, 2020
d3ad44d
Fix CI build issue-2
Aug 4, 2020
5d70b04
add --chef-license accept-silent to the test:integration rake task
Aug 4, 2020
2eb4441
Update docs
Aug 4, 2020
82d4f3b
Merge branch 'azure_generic_resources' of github.com:inspec/inspec-az…
Aug 4, 2020
a334ae0
Add --chef-license accept-silent to syntax rake task
Aug 4, 2020
818bdec
Update docs to point readme for inspec.yml
Aug 4, 2020
2d0026a
Merge branch 'azure_generic_resources' of github.com:inspec/inspec-az…
Aug 4, 2020
0fdc64a
Fix build test-3
Aug 5, 2020
4c27a04
Fix build test-4
Aug 5, 2020
4e8ecea
Fix build test-5
Aug 5, 2020
ba56e63
Fix build test-6
Aug 5, 2020
d5138f5
Fix build test-7
Aug 5, 2020
b73d1d2
Fix build test-8
Aug 5, 2020
f270b8e
Fix build test-9
Aug 5, 2020
e2d1e11
Fix build test-10
Aug 5, 2020
ae79286
Merge branch 'master' into azure_generic_resources
Aug 5, 2020
21a6134
Better handle missing AZURE credantials
Aug 6, 2020
4dc78e4
Fix a typo
Aug 7, 2020
1ae93d5
Update Gemfile
Aug 7, 2020
0efd184
Simplfy dynamic method creation and use require instead of require_re…
Aug 10, 2020
7e0fac8
Merge branch 'master' into azure_generic_resources
Aug 10, 2020
4c154d7
Merge branch 'master' into azure_generic_resources
Aug 11, 2020
b0be208
Remove facets and dotenv dependencies
Aug 11, 2020
631f636
Update Gemfile
Aug 11, 2020
19a0805
Update Gemfile - fix a lint issue
Aug 11, 2020
d65f352
Merge branch 'master' into azure_generic_resources
Aug 12, 2020
27f4c13
Merge branch 'master' into azure_generic_resources
Aug 12, 2020
d74feb8
Remove redundant require statements
Aug 12, 2020
6d7be30
Merge branch 'master' into azure_generic_resources
Aug 13, 2020
1909b47
Merge branch 'master' into azure_generic_resources
Aug 13, 2020
d53fa83
Support be_allowed matcher in azure_network_security_group
Aug 13, 2020
041dd19
Merge branch 'azure_generic_resources' of github.com:inspec/inspec-az…
Aug 13, 2020
be065c7
Update readme
Aug 14, 2020
8f67408
Refactor unit test rake task
Aug 14, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
Microsoft.Network__virtualNetworks__latest=2020-05-01
Microsoft.Network__virtualNetworks__default=2017-09-01
Microsoft.Network__virtualNetworks_subnets__latest=2020-05-01
Microsoft.Network__virtualNetworks_subnets__default=2017-09-01
Microsoft.KeyVault__vaults__latest=2019-09-01
Microsoft.KeyVault__vaults__default=2019-09-01
Microsoft.Compute__virtualMachines__latest=2020-06-01
Microsoft.Compute__virtualMachines__default=2018-06-01
Microsoft.Network__networkSecurityGroups__latest=2020-05-01
Microsoft.Network__networkSecurityGroups__default=2017-09-01
Microsoft.DBforMySQL__servers__latest=2017-12-01
Microsoft.DBforMySQL__servers__default=use_latest
Microsoft.Compute__disks__latest=2020-05-01
Microsoft.Compute__disks__default=2018-06-01
Microsoft.Compute__virtualMachines_extensions__latest=2020-06-01
Microsoft.Compute__virtualMachines_extensions__default=2018-06-01
Microsoft.ContainerService__managedClusters__latest=2020-06-01
Microsoft.ContainerService__managedClusters__default=2019-04-01
Microsoft.DBforMariaDB__servers__latest=2018-06-01
Microsoft.DBforMariaDB__servers__default=use_latest
Microsoft.DBforPostgreSQL__servers__latest=2017-12-01
Microsoft.DBforPostgreSQL__servers__default=use_latest
Microsoft.Devices__IotHubs__latest=2020-04-01
Microsoft.Devices__IotHubs__default=2020-01-01
Microsoft.DocumentDB__databaseAccounts__latest=2020-04-01
Microsoft.DocumentDB__databaseAccounts__default=use_latest
Microsoft.EventHub__namespaces__latest=2018-01-01-preview
Microsoft.EventHub__namespaces__default=2017-04-01
microsoft.insights__actiongroups__latest=2019-06-01
microsoft.insights__actiongroups__default=use_latest
microsoft.insights__activityLogAlerts__latest=2017-04-01
microsoft.insights__activityLogAlerts__default=use_latest
Microsoft.Network__applicationGateways__latest=2020-05-01
Microsoft.Network__applicationGateways__default=2018-12-01
Microsoft.Network__loadBalancers__latest=2020-05-01
Microsoft.Network__loadBalancers__default=2017-09-01
Microsoft.Network__networkInterfaces__latest=2020-05-01
Microsoft.Network__networkInterfaces__default=2017-09-01
Microsoft.Network__publicIPAddresses__latest=2020-05-01
Microsoft.Network__publicIPAddresses__default=2017-09-01
Microsoft.OperationalInsights__workspaces__latest=2020-03-01-preview
Microsoft.OperationalInsights__workspaces__default=use_latest
Microsoft.Sql__servers__latest=2020-02-02-preview
Microsoft.Sql__servers__default=use_latest
Microsoft.Sql__servers_databases__latest=2020-02-02-preview
Microsoft.Sql__servers_databases__default=use_latest
Microsoft.Storage__storageAccounts__latest=2019-06-01
Microsoft.Storage__storageAccounts__default=2019-06-01
Microsoft.Web__serverFarms__latest=2019-08-01
Microsoft.Web__serverFarms__default=use_latest
Microsoft.Web__sites__latest=2019-08-01
Microsoft.Web__sites__default=use_latest
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ inspec.lock
Gemfile.lock
.bundle
vendor
.idea

12 changes: 8 additions & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
AllCops:
Exclude:
- bin/**/*
- vendor/**/*
- dev/**/*
AlignParameters:
Enabled: true
BlockDelimiters:
Expand Down Expand Up @@ -32,17 +34,17 @@ Layout/EmptyLineAfterGuardClause:
Layout/SpaceAroundOperators:
Enabled: false
MethodLength:
Max: 40
Max: 60
Metrics/AbcSize:
Max: 33
Max: 75
Metrics/BlockLength:
Max: 50
Metrics/ClassLength:
Enabled: false
Metrics/CyclomaticComplexity:
Max: 10
Max: 25
Metrics/PerceivedComplexity:
Max: 11
Max: 25
Naming/FileName:
Enabled: false
Naming/PredicateName:
Expand Down Expand Up @@ -104,3 +106,5 @@ Style/TrailingCommaInHashLiteral:
EnforcedStyleForMultiline: comma
Style/UnlessElse:
Enabled: false
Style/ClassVars:
Enabled: false
9 changes: 8 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@ group :development do
gem 'pry-byebug'
end

group :developmen, :test do
group :development, :test do
gem 'minitest', '~> 5.11.0'
gem 'rubocop', '~> 0.71.0'
end

group :generic_resources do
gem 'dotenv'
gem 'facets', require: false
gem 'faraday-http-cache'
gem 'ipaddr'
rmoles marked this conversation as resolved.
Show resolved Hide resolved
end
Loading