Skip to content

Commit

Permalink
fix title (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
royb-legit committed Dec 27, 2023
1 parent dbd4421 commit d64d188
Showing 1 changed file with 2 additions and 2 deletions.
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
}
}

0 comments on commit d64d188

Please sign in to comment.