Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Starmind 2022-01-25 15:55:04 +08:00
Родитель 05f4994cd9
Коммит 37200f86f1
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -14,6 +14,11 @@ steps:
clean: true
persistCredentials: true
- task: BinSkim@4
inputs:
InputType: 'CommandLine'
arguments: 'analyze $(Build.StagingDirectory)\* --recurse --verbose'
- task: CredScan@3
inputs:
outputFormat: 'csv'
@ -30,5 +35,6 @@ steps:
- task: PostAnalysis@1
inputs:
BinSkim: true
CredScan: true
Semmle: true