From c1c080b0728f05f45c703e58787d0850e3535550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Mart=C3=ADn?= Date: Thu, 2 Jul 2026 08:59:18 +0200 Subject: [PATCH] docs(scan-config): add scan config for CLI as reference (#11786) --- docs/user-guide/tutorials/prowler-app-scan-configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/tutorials/prowler-app-scan-configuration.mdx b/docs/user-guide/tutorials/prowler-app-scan-configuration.mdx index 6b024a71af..feb52f2654 100644 --- a/docs/user-guide/tutorials/prowler-app-scan-configuration.mdx +++ b/docs/user-guide/tutorials/prowler-app-scan-configuration.mdx @@ -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