-1

As I am using Azure Pipelines for building my project on agents managed by Microsoft. And now I want to make sure these agents are malware protected.

I assume they are already malware protected, as Microsoft manages them.

But I am looking for "Evidence" to support my assumption.

Any documentation link or some way to get evidence

AndroidDev
  • 888
  • 3
  • 13
  • 27

1 Answers1

0

Probably look at the security section for the Microsoft-hosted agents

https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml#security

Sibtain
  • 1,436
  • 21
  • 39
  • 1
    Even though this doesn't provide me evidence that it's malware protected. It helped me to understand that they are not malware protected. and need to use CIS hardened images in self hosted agents to make it more secure. – AndroidDev Mar 30 '23 at 19:40