Add vendor compliance reports

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-04-09 09:32:48 -07:00
parent 4ce72c03f7
commit 7e6fa44923
12 changed files with 2744 additions and 33 deletions

View File

@@ -24,6 +24,11 @@ All notable changes to this project will be documented in this file.
- New bidirectional relationships:
- Control objects now expose a `policies` field to list associated policies
- Policy objects now expose a `controls` field to list associated controls
- Added vendor compliance reports:
- New GraphQL types `VendorComplianceReport` and related connection types
- New GraphQL mutations `uploadVendorComplianceReport` and `deleteVendorComplianceReport`
- New `complianceReports` field on the Vendor type
- Support for uploading, viewing, and managing vendor compliance documentation
### Changed