docs(scan-config): add scan config for CLI as reference (#11786)

This commit is contained in:
Pedro Martín
2026-07-02 08:59:18 +02:00
committed by GitHub
parent 587187419f
commit c1c080b072
@@ -23,7 +23,7 @@ A Scan Configuration lets you **override specific values, per provider**, on top
- Changes take effect on the provider's **next scan** and do not re-run past scans.
The full set of configurable values and their defaults lives in [`prowler/config/config.yaml`](https://github.com/prowler-cloud/prowler/blob/master/prowler/config/config.yaml).
The full set of configurable values and their defaults lives in [`prowler/config/config.yaml`](https://github.com/prowler-cloud/prowler/blob/master/prowler/config/config.yaml). For what each key means and which checks read it, see the [Configuration File tutorial](/user-guide/cli/tutorials/configuration_file).
## Required Permissions