From a3bb901d59c99893e34d67327f8904306d6e3474 Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Tue, 10 Mar 2026 10:15:52 +0100 Subject: [PATCH] Fix compliance report Signed-off-by: Sacha Al Himdani --- pkg/coredata/vendor_compliance_report.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/coredata/vendor_compliance_report.go b/pkg/coredata/vendor_compliance_report.go index af388c1cb..006ed36f4 100644 --- a/pkg/coredata/vendor_compliance_report.go +++ b/pkg/coredata/vendor_compliance_report.go @@ -80,6 +80,7 @@ func (vcs *VendorComplianceReports) LoadForVendorID( q := ` SELECT id, + organization_id, vendor_id, report_date, valid_until, @@ -127,6 +128,7 @@ func (vcr *VendorComplianceReport) LoadByID( q := ` SELECT id, + organization_id, vendor_id, report_date, valid_until,