1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 10:55:25 +02:00
tldr/pages/common/prowler-github.md
nara071101 bedef71116
prowler, prowler-{aws,azure,gcp,kubernetes,m365,github}: add pages (#16870)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-06-19 20:37:06 +03:00

21 lines
687 B
Markdown

# prowler github
> Assess GitHub account, repository, and organization security best practices.
> See also: `prowler`, `prowler-aws`, `prowler-azure`, `prowler-gcp`, `prowler-kubernetes`, `prowler-m365`.
> More information: <https://docs.prowler.com/projects/prowler-open-source/en/latest/>.
- Run all default GitHub security checks:
`prowler github`
- Authenticate using a GitHub Personal Access Token:
`prowler github --personal-access-token {{pat}}`
- Authenticate using a GitHub OAuth App Token:
`prowler github --oauth-app-token {{oauth_token}}`
- Authenticate using a GitHub App ID and private key:
`prowler github --github-app-id {{app_id}} --github-app-key {{app_key}}`