diff --git a/xsc_test.go b/xsc_test.go index 740afc15..1f19fe9c 100644 --- a/xsc_test.go +++ b/xsc_test.go @@ -209,7 +209,7 @@ func getAuditCommandWithXscGitContext(gitInfoContext xscservices.XscGitInfoConte auditCmd.SetGitRepoHttpsCloneUrl(gitInfoContext.GitRepoHttpsCloneUrl) err = progressbar.ExecWithProgress(auditCmd) // Send the final event to the platform. - xsc.SendScanEndedEvent(xrayVersion, xscVersion, serverDetails, multiScanId, startTime, 0, err) + xsc.SendScanEndedEvent(xrayVersion, xscVersion, serverDetails, multiScanId, startTime, 0, nil, err) return err }, }