fix(docs): GitHub provider mkdocs and -h (#8246)

This commit is contained in:
Hugo Pereira Brito
2025-07-11 10:32:15 +02:00
committed by GitHub
parent fa27255dd7
commit a4e96f809b
4 changed files with 8 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ prowler github --github-app-id app_id --github-app-key app_key
If no login method is explicitly provided, Prowler will automatically attempt to authenticate using environment variables in the following order of precedence:
1. `GITHUB_PERSONAL_ACCESS_TOKEN`
2. `OAUTH_APP_TOKEN`
2. `GITHUB_OAUTH_APP_TOKEN`
3. `GITHUB_APP_ID` and `GITHUB_APP_KEY`
???+ note