prowler-github

GitHub organization security assessment

TLDR

Run GitHub security assessment
$ prowler github
Check specific organization
$ prowler github --organization [org-name]
Run specific checks
$ prowler github --checks [repository_secret_scanning]

SYNOPSIS

prowler github [options]

DESCRIPTION

prowler github performs security assessment of GitHub organizations and repositories. Checks for security misconfigurations, missing protections, and best practices compliance.

PARAMETERS

--organization name

GitHub organization.
--repository name
Specific repository.
--checks checks
Specific checks to run.
-M, --output-modes format
Output format.
-o, --output-directory dir
Output directory.

INSTALL

brew install prowler
nix profile install nixpkgs#prowler

SEE ALSO

prowler(1), gh(1)