Ensure GitHub branch protection requires status checks
Error: GitHub branch protection does not require status checks
Bridgecrew Policy ID: BC_REPO_GITHUB_10
Checkov Check ID: CKV_GITHUB_14
Severity: LOW
GitHub branch protection does not require status checks
Description
Requiring status checks means that all required CI jobs must pass for code to be merged. This is especially important when your status checks include security reviews that must pass before merging the code. This requirement can be found in the branch protection policies of your repository.
Updated 12 months ago