Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix policy title #280

Merged
merged 1 commit into from
Dec 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions policies/github/enterprise.rego
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ enable_secret_scanning_for_new_orgs := false {

# METADATA
# scope: rule
# title: Enterprise Should Automatically Enable Secret Scanning Across All Organizations/Repositories
# title: Enterprise Should Automatically Enable Secret Scanning Push Protection Across All Organizations/Repositories
# description: The enterprise should prevent sensitive data from being pushed to all repositories, to prevent it from being exposed to anyone with access to the repository.
# custom:
# severity: MEDIUM
Expand All @@ -170,4 +170,4 @@ default enable_push_protection_secret_scanning := true

enable_push_protection_secret_scanning := false {
input.code_analysis_and_security_policies.secret_scanning_push_protection_enabled_for_new_repositories == true
}
}