From d9224e682f3152b34db2c3d8c5e9a62b02124e69 Mon Sep 17 00:00:00 2001 From: Andoni Alonso <14891798+andoniaf@users.noreply.github.com> Date: Tue, 14 Jul 2026 17:44:06 +0200 Subject: [PATCH] docs(github): fix broken fine-grained PAT anchor in authentication table (#11985) --- docs/user-guide/providers/github/authentication.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/providers/github/authentication.mdx b/docs/user-guide/providers/github/authentication.mdx index 0b5ab6b720..03693e15b5 100644 --- a/docs/user-guide/providers/github/authentication.mdx +++ b/docs/user-guide/providers/github/authentication.mdx @@ -12,7 +12,7 @@ Prowler offers three authentication methods. Fine-Grained Personal Access Tokens | Method | Best For | Key Benefit | |--------|----------|-------------| -| [**Fine-Grained Personal Access Token**](#fine-grained-personal-access-token-recommended) | Individual users, quick setup | Simple, user-scoped access | +| [**Fine-Grained Personal Access Token**](#fine-grained-personal-access-token-recommended-for-individual-use) | Individual users, quick setup | Simple, user-scoped access | | [**GitHub App**](#github-app-credentials) | Organizations, automation, CI/CD | Organization-scoped, no personal account dependency | | [**OAuth App Token**](#oauth-app-token) | Delegated user authorization | User-consented access flows |