Linux command
prowler-github 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Run GitHub security assessment
prowler github
Check specific organization
prowler github --organization [org-name]
Run specific checks
prowler github --checks [repository_secret_scanning]
说明
prowler github performs security assessment of GitHub organizations and repositories. Checks for security misconfigurations, missing protections, and best practices compliance.
参数
- --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.
FAQ
What is the prowler-github command used for?
prowler github performs security assessment of GitHub organizations and repositories. Checks for security misconfigurations, missing protections, and best practices compliance.
How do I run a basic prowler-github example?
Run `prowler github` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --organization _name_ do in prowler-github?
GitHub organization.