Control: SQL servers on machines should have vulnerability findings resolved
Description
SQL vulnerability assessment scans your database for security vulnerabilities, and exposes any deviations from best practices such as misconfigurations, excessive permissions, and unprotected sensitive data. Resolving the vulnerabilities found can greatly improve your database security posture.
Usage
Run the control in your terminal:
powerpipe control run azure_compliance.control.compute_vm_vulnerability_findings_resolved_for_sql_serverSnapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run azure_compliance.control.compute_vm_vulnerability_findings_resolved_for_sql_server --shareSQL
This control uses a named query:
select id as resource, 'info' as status, 'Manual verification required.' as reason, display_name as subscriptionfrom azure_subscription;