Create db table project_compliance_violations
Problem to solve
Refer epic for more details Link violations to framework controls (&12774 - closed)
As outlined in the compliance framework blueprint we need a new table project_compliance_violations to be able to store violations https://handbook.gitlab.com/handbook/engineering/architecture/design-documents/compliance-frameworks/
Proposal
Add new table project_compliance_violations
classDiagram
class project_compliance_violations {
id: bigint
created_at: timestamp
updated_at: timestamp
project_id: bigint
namespace_id: bigint
compliance_requirements_controls_id: bigint
audit_event_id: bigint
status: smallint
}
Edited by Huzaifa Iftikhar