Files
Hugo P.Brito ff4036a9ad feat(aws): add configurable resource scan limits
- Add AWS resource scan limit resolution by provider, service, and resource type
- Apply limits during discovery for high-volume AWS resources
- Preserve explicit resource ARN scans and unlimited default behavior
- Document configuration and add focused regression coverage
2026-06-09 12:31:58 +02:00
..
2025-12-10 18:28:27 +01:00

Prowler Documentation

This repository contains the Prowler Open Source documentation powered by Mintlify.

Documentation Structure

  • Getting Started: Overview, installation, and basic usage guides
  • User Guide: Comprehensive guides for Prowler App, CLI, providers, and compliance
  • Developer Guide: Technical documentation for developers contributing to Prowler

Local Development

Install a reviewed version of the Mintlify CLI to preview documentation changes locally:

npm install --global mint@4.2.560

Run the following command at the root of your documentation (where mint.json is located):

mint dev

View your local preview at http://localhost:3000.

Publishing Changes

Changes pushed to the main branch are automatically deployed to production through Mintlify's GitHub integration.

Documentation Guidelines

When contributing to the documentation, please follow the Prowler documentation style guide located in the .claude directory.

Troubleshooting

  • If your dev environment isn't running: Run mint update to ensure you have the most recent version of the CLI.
  • If a page loads as a 404: Make sure you are running in a folder with a valid mint.json file and that the page path is correctly listed in the navigation.

Resources