From 76b0be00002565949d4a9b9b1f8f0823ea0081f8 Mon Sep 17 00:00:00 2001 From: Boris Shestov Date: Wed, 16 Oct 2024 13:42:51 +0300 Subject: [PATCH] [DO-618] Changed svacer client ersion to 9.0.2 (!39) [DO-618] Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/39 Reviewed-by: Denis Patrakeev Co-authored-by: Boris Shestov Co-committed-by: Boris Shestov --- pipelines/DevSecOps/svace-analyze.groovy | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pipelines/DevSecOps/svace-analyze.groovy b/pipelines/DevSecOps/svace-analyze.groovy index 42f2b08..b709c04 100644 --- a/pipelines/DevSecOps/svace-analyze.groovy +++ b/pipelines/DevSecOps/svace-analyze.groovy @@ -5,7 +5,7 @@ import tech.avroid.scm.Git String buildThreads = '16' String svaceVersion = '3.4.240312' -String svacerVersion = '8-0-1' +String svacerVersion = '9-0-2' String svaceCmd = "/data/opt/svace-${svaceVersion}-x64-linux/bin/svace" String svacerCmd = "/data/opt/svacer-${svacerVersion}/bin/svacer" String svaceBuildResults = '' @@ -85,8 +85,8 @@ node('svace') { String mainBranch = params.MAIN_BRANCH if (params.BUILD_PLATFORM) { - branch += '_' + params.BUILD_PLATFORM - mainBranch += '_' + params.BUILD_PLATFORM + branch += '_' + params.BUILD_PLATFORM + mainBranch += '_' + params.BUILD_PLATFORM } nexusSvaceSarifRepoPath = "${params.GIT_PROJECT}/${params.BRANCH}/${commitShortSha}" @@ -96,7 +96,7 @@ node('svace') { -o ${svaceSarifResultFile} cd ${svaceResultsDir} - + ${svacerCmd} import --svace ${svaceCmd} \ --project ${params.GIT_PROJECT} \ --branch ${branch} \