From 0e186f19cdbf5f96c39fbc81c94ff58aa81f3bfd Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 3 Feb 2021 22:35:35 +0000 Subject: [PATCH] BUILD: update veracode scan version name to BuildID (#231) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4dc3ae760..ea48e008c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -377,7 +377,7 @@ stages: ConnectionDetailsSelection: 'Endpoint' AnalysisService: 'veracode' veracodeAppProfile: 'FACET' - version: '$(Build.BuildNumber)' + version: '$(Build.BuildID)' filepath: '$(System.DefaultWorkingDirectory)/static_scan' sandboxName: 'facet' createSandBox: false