From b80a4f4c1c8577608c7a7312521e864c5333a583 Mon Sep 17 00:00:00 2001 From: Radoslav Dimitrov Date: Thu, 9 Jan 2025 14:54:31 +0200 Subject: [PATCH] Fix the display_name to pass validation in source_code_is_public.yaml --- rule-types/github/source_code_is_public.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rule-types/github/source_code_is_public.yaml b/rule-types/github/source_code_is_public.yaml index 6b3e32d..64d15d3 100644 --- a/rule-types/github/source_code_is_public.yaml +++ b/rule-types/github/source_code_is_public.yaml @@ -2,7 +2,7 @@ version: v1 release_phase: alpha type: rule-type name: source_code_is_public -display_name: The project’s source code is 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