Skip to content

Commit

Permalink
Test adding AntiMalware Scanner to compliance pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthysell committed Nov 8, 2022
1 parent 5e6ff99 commit 3781c41
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .ado/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,20 @@ jobs:
parameters:
complianceWarnOnly: ${{ parameters.complianceWarnOnly }}

# AntiMalware Scanner Task ()
- task: securedevelopmentteam.vss-secure-development-tools.build-task-antimalware.AntiMalware@4
displayName: '🛡️ Guardian: AntiMalware Scanner'
inputs:
InputType: 'Basic'
ScanType: 'CustomScan'
FileDirPath: $(Build.SourcesDirectory)
EnableServices: true
SupportLogOnError: false
TreatSignatureUpdateFailureAs: 'Warning'
SignatureFreshness: 'OneDay'
TreatStaleSignatureAs: 'Error'
continueOnError: ${{ parameters.complianceWarnOnly }}

- task: NuGetAuthenticate@1

# AgentES Task (https://aka.ms/UES)
Expand Down

0 comments on commit 3781c41

Please sign in to comment.