Skip to content

Commit

Permalink
Fix the display_name to pass validation in source_code_is_public.yaml (
Browse files Browse the repository at this point in the history
…#264)

* Fix the display_name to pass validation in source_code_is_public.yaml

* Replace ’ with ' in display name and failure message
  • Loading branch information
rdimitrov authored Jan 9, 2025
1 parent 1efcf6e commit 09b7e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rule-types/github/source_code_is_public.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: v1
release_phase: alpha
type: rule-type
name: source_code_is_public
display_name: The projects source code is publicly readable.
short_failure_message: The projects source code is not publicly readable.
display_name: The project's source code is publicly readable
short_failure_message: The project's source code is not publicly readable.
severity:
value: info
context:
Expand Down

0 comments on commit 09b7e18

Please sign in to comment.