-
Notifications
You must be signed in to change notification settings - Fork 80
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
NSG resource Fixes and Webapp resources added #172
Conversation
Signed-off-by: skelleyton <skelleyton@gmail.com>
This reverts commit 35b800f. Signed-off-by: skelleyton <skelleyton@gmail.com>
Signed-off-by: skelleyton <skelleyton@gmail.com>
Signed-off-by: skelleyton <skelleyton@gmail.com>
Signed-off-by: skelleyton <skelleyton@gmail.com>
Signed-off-by: skelleyton <skelleyton@gmail.com>
Signed-off-by: skelleyton <skelleyton@gmail.com>
Signed-off-by: skelleyton <skelleyton@gmail.com>
Signed-off-by: skelleyton <skelleyton@gmail.com>
Signed-off-by: skelleyton <skelleyton@gmail.com>
Signed-off-by: skelleyton <skelleyton@gmail.com>
Signed-off-by: skelleyton <skelleyton@gmail.com> Signed-off-by: skelleyton <skelleyton@gmail.com>
Signed-off-by: skelleyton <skelleyton@gmail.com>
@skelleyton aiming to get one of the team onto this PR in the next 2 weeks |
Thanks - I am also very interested with this PR for use inspec for web app |
It can handle function app as well ? |
This PR does not handle Functions, just Web Apps. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great addition @skelleyton - I look forward to merging it once you've merged in master/rebased to resolve conflicts & addressed the very minor comments added.
Thanks again for this contribution.
Corrected typo in the azurerm_webapps.rb example. Modified integration test for azurerm_webapps to test for specific webapp resource. Signed-off-by: skelleyton <skelleyton@gmail.com>
Signed-off-by: skelleyton <skelleyton@gmail.com>
Signed-off-by: skelleyton <skelleyton@gmail.com>
Thanks @skelleyton |
Description
Fixes in azurerm_network_security_group to property scan rules that have multiple source IP addresses and multiple destination ports.
Resources added for Webapp and Webapps. Added POST HTTP method to use the authentication settings call for Webapps.
Issues Resolved
#169
Check List
rake lint
passes