diff --git a/core/pkg/resultshandling/reporter/v2/reporteventreceiver.go b/core/pkg/resultshandling/reporter/v2/reporteventreceiver.go index a568de56..ece4e2d6 100644 --- a/core/pkg/resultshandling/reporter/v2/reporteventreceiver.go +++ b/core/pkg/resultshandling/reporter/v2/reporteventreceiver.go @@ -76,7 +76,7 @@ func (report *ReportEventReceiver) Submit(ctx context.Context, opaSessionObj *ca } if err := report.prepareReport(opaSessionObj); err != nil { - return fmt.Errorf("failed to submit scan results. url: '%s', reason: %s", report.getReportUrl(), err.Error()) + return fmt.Errorf("failed to submit scan results. reason: %s", err.Error()) } logger.L().Debug("", helpers.String("account ID", report.GetAccountID()))