From 8a0fbfb04dc0d3e89a6d38ce38b58a06d578f12b Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Tue, 7 May 2024 07:19:55 -0400 Subject: [PATCH] [6.14.z] added scap constant (#14923) --- robottelo/constants/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/robottelo/constants/__init__.py b/robottelo/constants/__init__.py index 8f6f56a73a5..ab6d5273f21 100644 --- a/robottelo/constants/__init__.py +++ b/robottelo/constants/__init__.py @@ -1587,6 +1587,7 @@ class Colored(Box): 'cbrhel6': 'PCI-DSS v3.2.1 Control Baseline for Red Hat Enterprise Linux 6', 'cbrhel7': 'PCI-DSS v3.2.1 Control Baseline for Red Hat Enterprise Linux 7', 'cbrhel8': 'PCI-DSS v3.2.1 Control Baseline for Red Hat Enterprise Linux 8', + 'cbrhel9': 'PCI-DSS v3.2.1 Control Baseline for Red Hat Enterprise Linux 9', 'ppgpo': 'Protection Profile for General Purpose Operating Systems', 'acscee': 'Australian Cyber Security Centre (ACSC) Essential Eight', 'ospp7': 'OSPP - Protection Profile for General Purpose Operating Systems v4.2.1',