Skip to content

Commit

Permalink
changed call due to change in func location
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman committed Jan 8, 2025
1 parent 51b30e3 commit 6198bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/audit/audit.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()...,
Expand Down

0 comments on commit 6198bfc

Please sign in to comment.