Skip to content

Commit 43ebdab

Browse files
author
Oren Novotny
committed
Add MSCA AntiMalware scan
1 parent 0a324d7 commit 43ebdab

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,14 @@ stages:
5757
strategy:
5858
runOnce:
5959
deploy:
60-
steps:
60+
steps:
61+
# If you have MSCA: https://aka.ms/mscadocs
62+
- task: ms-codeanalysis.vss-microsoft-security-code-analysis-devops.build-task-antimalware.AntiMalware@3
63+
displayName: AntiMalware Scan
64+
inputs:
65+
EnableServices: true
66+
FileDirPath: $(Pipeline.Workspace)\BuildPackages
67+
6168
- task: DotNetCoreCLI@2
6269
inputs:
6370
command: custom

0 commit comments

Comments
 (0)