From ddda6a2c147990dab4afbe04833527a17947fcf5 Mon Sep 17 00:00:00 2001 From: Michel Zehnder Date: Tue, 25 Feb 2020 09:25:36 +0100 Subject: [PATCH] Get rid of build warnings --- azure-pipelines.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0bd75f14b..59b94a26a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -74,7 +74,8 @@ stages: - task: SdtReport@1 displayName: 'Create Security Analysis Report' inputs: - AllTools: true + AllTools: false + CredScan: true - task: PublishSecurityAnalysisLogs@2 displayName: 'Publish Security Analysis Logs' @@ -82,7 +83,8 @@ stages: - task: PostAnalysis@1 displayName: 'Post Analysis' inputs: - AllTools: true + AllTools: false + CredScan: true - task: CopyFiles@2 displayName: 'Copy Module to Artifacts Folder'