From d64d18810d9093458f11731c3a0a36d7e573187e Mon Sep 17 00:00:00 2001 From: Roy Blit <72736154+royb-legit@users.noreply.github.com> Date: Wed, 27 Dec 2023 08:38:28 +0200 Subject: [PATCH] fix title (#280) --- policies/github/enterprise.rego | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}