microsoft / security-devops-azdevops

Microsoft Security DevOps extension for Azure DevOps.
MIT License
59 stars 14 forks source link

Antimalware Scan not Supported on Linux Build Agents #71

Closed rschmitzosi closed 12 months ago

rschmitzosi commented 12 months ago

I'm testing out the anti-malware scan using the ubuntu-latest Azure pipeline image and finding that the error message says this is unsupported on Linux. Over in https://github.com/microsoft/security-devops-azdevops/pull/26, @sukhans mentioned that Linux should be working with all of the tools now, is that in fact the case or are some tools still unsupported? If the anti-malware scan is supported, are the pre-requisite steps required to get this functioning properly and could you please share them?

- task: MicrosoftSecurityDevOps@1
inputs:
  tools: 'antimalware'
##[error]ConfigurationPathNotFoundException: A configuration file could not be found for: antimalware-linux. This is often due to attempting to use a tool on a platform where it is not yet supported.
##[error]MSDO CLI exited with an error exit code: 1
Finishing: MicrosoftSecurityDevOps
sukhans commented 12 months ago

Apologies on the lack of clarity for this. Anti-Malware as a tool, was added at a later point and is currently available only for Windows. We do not have an ETA for a Linux version of it.