---
title: "Repository Compliance"
diataxis: how-to
applies_to:
  product: "nirmata-control-hub"
audience: ["platform-engineer","devsecops"]
last_updated: 2026-04-16
url: https://docs.nirmata.io/docs/control-hub/policy-hub/compliance/compliance-per-repository/
---


A Compliance Report per Repository is a compliance report for resources that is generated for a particular git repository containing policy resources. A compliance standard contains various controls or rules that policies need to comply with.

To view the Compliance Report per Repository:

1. Go to **Menu**>**Policy Reports**. The Policy Reports can be viewed based on Categories, Clusters, Namespaces, or Repositories.
2. Click on the **Repository** category to view the policy reports generated for the different available repositories. Click on the `File Type` tab to filter the repositories by selecting the desired file type from the dropdown.

![image](/images/repository-reports.png)

3. Next, click on any repository to view the detailed policy reports for that particular repository. The `Findings` tab opens by default with information related to *Findings (by severity), Impact (File Types and #Files), and Status (% Passed, Failed, and Remediations)*. Filter the findings by severity status and file types by clicking on the `Severity` and `File Type` tabs respectively, and selecting options from the dropdown.
4. After that, click on the `Compliance` tab to view the compliance report generated with the standards for that repository.

![image](/images/repository-compliance.png)

5. View more details about the standard by clicking on the compliance card. For example, click on **Pod Security Standards - Baseline** to view the standard report for that namespace.
6. The page displays the `Controls` report for the given compliance standard with information about Control names, their status, pass percentage, number of fail/warn/pass results, Control types, and whether the controls are enabled.

![image](/images/compliance-controls.png)

