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

feat(azure): add Azure SQL Server service and 3 checks #2665

Merged
merged 13 commits into from
Aug 3, 2023

Conversation

edurra
Copy link
Contributor

@edurra edurra commented Aug 2, 2023

Context

This pull request adds a new Azure service (Azure SQL Server) and three associated checks.

Description

Checks:

  • sqlserver_auditing_enabled: checks if there is any auditing configuration on the SQL server
  • sqlserver_azuread_administrator_enabled: checks if at least one Azure Active Directory administrator is enabled in the server
  • sqlserver_no_ingress_from_any: checks if there is any firewall rule that allows ingress traffic from any source (0.0.0.0-255.255.255.255)

Dependencies: azure-mgmt-sql = "^3.0.1"

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@edurra edurra requested a review from a team as a code owner August 2, 2023 16:05
@sergargar
Copy link
Member

Thank you @edurra , this is awesome!!
We will review it soon 🚀

@sergargar sergargar changed the title Adding Azure SQL Server service and three associated checks feat(azure): add Azure SQL Server service and 3 checks Aug 2, 2023
@sergargar sergargar self-assigned this Aug 3, 2023
@sergargar sergargar merged commit 44f7af3 into prowler-cloud:master Aug 3, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants