docs(developer-guide): add missing compliance framework link (#9736)

This commit is contained in:
Andoni Alonso
2026-01-08 10:19:16 +01:00
committed by GitHub
parent 5b59986ae7
commit da567138fa
+4 -1
View File
@@ -32,6 +32,9 @@ Prowler is constantly evolving. Contributions to checks, services, or integratio
<Card title="Adding New Providers" icon="cloud" href="/developer-guide/provider">
If you would like to extend Prowler to work with a new cloud provider, this typically involves setting up new services and checks to ensure compatibility.
</Card>
<Card title="Adding New Compliance Frameworks" icon="scale-balanced" href="/developer-guide/security-compliance-framework">
Need to ensure Prowler supports a specific compliance framework? Add new security compliance frameworks to map checks against regulatory or industry standards.
</Card>
<Card title="Adding New Output Formats" icon="file" href="/developer-guide/outputs">
Want to tailor how results are displayed or exported? You can add custom output formats.
</Card>
@@ -213,4 +216,4 @@ pipx install "git+https://github.com/prowler-cloud/prowler.git@branch-name"
Replace `branch-name` with the name of the branch you want to test. This will install Prowler in an isolated environment, allowing you to try out the changes safely.
For more details on testing go to the [Testing section](/developer-guide/unit-testing) of this documentation.
For more details on testing go to the [Testing section](/developer-guide/unit-testing) of this documentation.