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 #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
I'm testing out the anti-malware scan using the
ubuntu-latestAzure pipeline image and finding that the error message says this is unsupported on Linux. Over in #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?