diff --git a/docs/docs/tools/compliance.md b/docs/docs/tools/compliance.md index 68eb13b5..699b5302 100644 --- a/docs/docs/tools/compliance.md +++ b/docs/docs/tools/compliance.md @@ -292,6 +292,27 @@ enable_global_pr_compliance = true +???+ example "Section visibility options" + +
| enable_security_section | +If set to true, the security compliance section will be displayed in the output. When false, the entire security section is hidden. Default is true. | +
| enable_ticket_section | +If set to true, the ticket compliance section will be displayed in the output. When false, the entire ticket section is hidden. Default is true. | +
| enable_codebase_duplication_section | +If set to true, the codebase duplication compliance section will be displayed in the output. When false, the entire codebase duplication section is hidden. Default is true. | +
| enable_custom_compliance_section | +If set to true, the custom compliance section will be displayed in the output. When false, the entire custom section is hidden. Default is true. | +