From a90dfe004e5c10d70f9655420aa78cf07c508ad5 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Tue, 17 Aug 2021 13:59:13 -0400 Subject: [PATCH] - updates credscan task to latest --- .azure-pipelines/templates/build/checkout-and-credscan.yml | 3 +-- .azure-pipelines/templates/version-and-release.yml | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/templates/build/checkout-and-credscan.yml b/.azure-pipelines/templates/build/checkout-and-credscan.yml index a04eb92eb..a6b9c4b9d 100644 --- a/.azure-pipelines/templates/build/checkout-and-credscan.yml +++ b/.azure-pipelines/templates/build/checkout-and-credscan.yml @@ -3,8 +3,7 @@ steps: clean: true fetchDepth: 1 -- task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@2 +- task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@3 displayName: 'Run CredScan' inputs: debugMode: false - toolMajorVersion: V2 \ No newline at end of file diff --git a/.azure-pipelines/templates/version-and-release.yml b/.azure-pipelines/templates/version-and-release.yml index 4eed424af..e85ac2a9e 100644 --- a/.azure-pipelines/templates/version-and-release.yml +++ b/.azure-pipelines/templates/version-and-release.yml @@ -8,6 +8,7 @@ steps: inputs: filePath: '$(DROP_PATH)/Scripts/getLatestVersion.ps1' arguments: '-propertiesPath "$(PROPERTIES_PATH)"' + pwsh: true - task: GitHubRelease@1 inputs: