From d2f10d6d198370789ce3b2014f19d4a7d7c45725 Mon Sep 17 00:00:00 2001 From: InsightsDroid <40613230+InsightsDroid@users.noreply.github.com> Date: Thu, 13 Jul 2023 01:42:05 -0400 Subject: [PATCH] Bumped ccx-rules-ocp version (#494) Co-authored-by: InsightsDroid --- 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 369d22fb..5d92dcdd 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="2023.07.12" +CCX_RULES_OCP_TAG="2023.07.13" RULES_REPO="https://gitlab.cee.redhat.com/ccx/ccx-rules-ocp.git" SCRIPT_DIR="$(dirname "$(realpath "$0")")"