microsoft / security-devops-azdevops

Microsoft Security DevOps extension for Azure DevOps.
MIT License
60 stars 16 forks source link

No Malware Scan Options #27

Open johni-aveva opened 1 year ago

johni-aveva commented 1 year ago

As part of Microsoft Security Code Analysis, AntiMalware Scanner Task is retired.

    - task: AntiMalware@3
      displayName: 'AntiMalware Scan'
      inputs:
        FileDirPath: '$(Build.ArtifactStagingDirectory)'

The Microsoft Security DevOps for Azure DevOps ADO Marketplace listing includes AntiMalware in its list of tags; however, I haven't found any options or documentation that launches an antimalware scan.

Could you point me to guidance on executing an antimalware scan with this extension or another supported option for a malware scan?

magic2 commented 5 months ago
- task: MicrosoftSecurityDevOps@1
  inputs:
    command: run
    break: true
    tools: AntiMalware, bandit, binskim, eslint, templateanalyzer, terrascan, trivy