mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-13 05:48:00 +00:00
Update cheatsheets
This commit is contained in:
26
tldr/prowler-github
Normal file
26
tldr/prowler-github
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user