From f8e0053ce670023c28c688b70dffd14a579c7a0a Mon Sep 17 00:00:00 2001 From: Gianluca Zuccarelli Date: Tue, 21 Oct 2025 12:26:32 +0100 Subject: [PATCH] rhel10: add ism secret & top secret oscap profiles Add the ism_o_secret & ism_o_top_secret OpenSCAP profiles to the allow list for RHEL10 images. --- data/distrodefs/distros.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/distrodefs/distros.yaml b/data/distrodefs/distros.yaml index 0becf42189..7b39bad025 100644 --- a/data/distrodefs/distros.yaml +++ b/data/distrodefs/distros.yaml @@ -114,6 +114,8 @@ distros: - "xccdf_org.ssgproject.content_profile_e8" - "xccdf_org.ssgproject.content_profile_hipaa" - "xccdf_org.ssgproject.content_profile_ism_o" + - "xccdf_org.ssgproject.content_profile_ism_o_secret" + - "xccdf_org.ssgproject.content_profile_ism_o_top_secret" - "xccdf_org.ssgproject.content_profile_ospp" - "xccdf_org.ssgproject.content_profile_pci-dss" - "xccdf_org.ssgproject.content_profile_stig"