diff --git a/policies/github/enterprise.rego b/policies/github/enterprise.rego index 536da36b..745fc1a0 100644 --- a/policies/github/enterprise.rego +++ b/policies/github/enterprise.rego @@ -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 @@ -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 -} \ No newline at end of file +}