From 6198bfc28c57f04fdd393321f35943927b7002b2 Mon Sep 17 00:00:00 2001 From: Eran Turgeman Date: Wed, 8 Jan 2025 17:41:05 +0200 Subject: [PATCH] changed call due to change in func location --- commands/audit/audit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/audit/audit.go b/commands/audit/audit.go index 548e1e03..d4e713f9 100644 --- a/commands/audit/audit.go +++ b/commands/audit/audit.go @@ -282,7 +282,7 @@ func RunJasScans(auditParallelRunner *utils.SecurityParallelRunner, auditParams auditParams.minSeverityFilter, jas.GetAnalyzerManagerXscEnvVars( auditParams.GetMultiScanId(), - jas.GetGitRepoUrlKey(auditParams.resultsContext.GitRepoHttpsCloneUrl), + utils.GetGitRepoUrlKey(auditParams.resultsContext.GitRepoHttpsCloneUrl), auditParams.resultsContext.ProjectKey, auditParams.resultsContext.Watches, scanResults.GetTechnologies()...,