From 4be9fcbdbec3c6a4d4eab513f8b1902505e874d8 Mon Sep 17 00:00:00 2001 From: InsightsDroid <40613230+InsightsDroid@users.noreply.github.com> Date: Tue, 26 Mar 2024 06:58:18 -0400 Subject: [PATCH] Bumped ccx-rules-ocp version (#581) Bumped ccx-rules-ocp version to 2024.03.26 --- update_rules_content.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_rules_content.sh b/update_rules_content.sh index 85f4c23..5022888 100755 --- a/update_rules_content.sh +++ b/update_rules_content.sh @@ -25,7 +25,7 @@ function clean_up() { trap clean_up EXIT # Updated with every new ccx-rules-opc release. -CCX_RULES_OCP_TAG="2024.03.13" +CCX_RULES_OCP_TAG="2024.03.26" RULES_REPO="https://gitlab.cee.redhat.com/ccx/ccx-rules-ocp.git" SCRIPT_DIR="$(dirname "$(realpath "$0")")"