From d7d4b7de8922fb61d682e010ab827b8e00be8ad3 Mon Sep 17 00:00:00 2001 From: ofir-frd Date: Thu, 17 Jul 2025 15:47:31 +0300 Subject: [PATCH] docs: improve compliance tool overview and remove redundant conclusion --- docs/docs/tools/compliance.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/docs/tools/compliance.md b/docs/docs/tools/compliance.md index 4e5ae111..27c2e70a 100644 --- a/docs/docs/tools/compliance.md +++ b/docs/docs/tools/compliance.md @@ -2,7 +2,7 @@ ## Overview -The `compliance` tool performs comprehensive compliance checks on PR code changes, validating them against security standards, ticket requirements, and custom organizational compliance checklists. +The `compliance` tool performs comprehensive compliance checks on PR code changes, validating them against security standards, ticket requirements, and custom organizational compliance checklists, thereby helping teams maintain consistent code quality and security practices while ensuring that development work aligns with business requirements. === "Fully Compliant" ![compliance_overview](https://codium.ai/images/pr_agent/compliance_full.png){width=256} @@ -296,5 +296,3 @@ enable_global_pr_compliance = true Implement a dedicated [GitHub Action](https://medium.com/sequra-tech/quick-tip-block-pull-request-merge-using-labels-6cc326936221) to enforce these checklists. - -The compliance tool provides a comprehensive view of PR quality and adherence to organizational standards, helping teams maintain consistent code quality and security practices while ensuring that development work aligns with business requirements.