snippetbashTip
prowler github — Assess GitHub account, repository, and organization security best practices. See also: `prowler`, `p
Viewed 0 times
commandprowler githubaccountandgithubassessclirepository
Problem
How to use the
prowler github command: 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/user-guide/cli/tutorials/misc>.Solution
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/user-guide/cli/tutorials/misc>.Run all default GitHub security checks:
prowler githubAuthenticate 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}}Code Snippets
Run all default GitHub security checks
prowler githubAuthenticate 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}}Context
tldr-pages: common/prowler github
Revisions (0)
No revisions yet.