Azure / Community-Policy

This repo is for Microsoft Azure customers and Microsoft teams to collaborate in making custom policies.
MIT License
636 stars 327 forks source link

Add deploy-qualys-agent-to-windows-vms policy that deploy BYOL Qualys agent to Windows VMs #484

Closed AhmedAsfoor closed 2 weeks ago

AhmedAsfoor commented 2 weeks ago

The Microsoft Defender for Cloud Enable vulnerability scanning with the integrated Qualys scanner has been deprecated. So, I created this policy to deploy the Qualys Agent (BYOL) on Windows VMs.

aschabus commented 2 weeks ago

@AhmedAsfoor Can you please fix the policy structure; e.g. name and type doesn't belong under properties. You can find more details under https://github.com/Azure/Community-Policy/blob/main/CONTRIBUTING.md#required-elements

AhmedAsfoor commented 2 weeks ago

Hi @aschabus, thanks for noticing that. I have updated the policy and moved the type and name outside the properties object.