docs: add pre-configured GitHub PAT creation links (#10174)

This commit is contained in:
Andoni Alonso
2026-02-25 14:13:53 +01:00
committed by GitHub
parent 2a58781e37
commit ee7ecabe29
2 changed files with 10 additions and 1 deletions

View File

@@ -118,6 +118,15 @@ Fine-Grained Personal Access Tokens are ideal for:
**Create a Fine-Grained Token:**
<Tip>
**Quick Setup:** Use these pre-configured links to create a token with the required permissions already selected:
- [Create token for user repositories](https://github.com/settings/personal-access-tokens/new?name=Prowler+Security+Scanner&description=Fine-grained+PAT+for+Prowler+security+scanning&expires_in=90&administration=read&contents=read&vulnerability_alerts=read&emails=read) — scans personal repositories
- [Create token for organization scanning](https://github.com/settings/personal-access-tokens/new?name=Prowler+Security+Scanner&description=Fine-grained+PAT+for+Prowler+organization+security+scanning&expires_in=90&administration=read&contents=read&vulnerability_alerts=read&emails=read&organization_administration=read&members=read) — scans organization repositories and settings
For organization scanning, change the **Resource Owner** to the target organization after the page loads. Organization permissions only appear when an organization is selected.
</Tip>
1. Navigate to **GitHub Settings** > **Developer settings**.
2. Click **Personal access tokens** > **Fine-grained tokens** > **Generate new token**.

View File

@@ -98,7 +98,7 @@ Before adding GitHub to Prowler Cloud/App, ensure you have:
2. Click **Verify** to test the connection
3. Click **Save**
**Don't have a token yet?** See [How to create a Personal Access Token](/user-guide/providers/github/authentication#create-a-fine-grained-personal-access-token)
**Don't have a token yet?** [Create a pre-configured token on GitHub](https://github.com/settings/personal-access-tokens/new?name=Prowler+Security+Scanner&description=Fine-grained+PAT+for+Prowler+security+scanning&expires_in=90&administration=read&contents=read&vulnerability_alerts=read&emails=read) or see [How to create a Personal Access Token](/user-guide/providers/github/authentication#create-a-fine-grained-personal-access-token) for detailed instructions.
</Tab>
<Tab title="OAuth App Token">