From f6ac5b00e6056a8a9b8c1023b7fde7d39df1a9f8 Mon Sep 17 00:00:00 2001 From: Matthew Burket Date: Tue, 12 Dec 2023 15:57:30 -0600 Subject: [PATCH] Add STIG Tables for RHEL 9 --- products/rhel9/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/products/rhel9/CMakeLists.txt b/products/rhel9/CMakeLists.txt index ad19890e5fd..c2153dadd57 100644 --- a/products/rhel9/CMakeLists.txt +++ b/products/rhel9/CMakeLists.txt @@ -15,7 +15,9 @@ if(SSG_SRG_XLSX_EXPORT) ssg_build_xlsx_srg_export(${PRODUCT} "srg_gpos") endif() -# ssg_build_html_stig_tables(${PRODUCT} "stig") +ssg_build_html_stig_tables(${PRODUCT}) +ssg_build_html_stig_tables_per_profile(${PRODUCT} "stig") +ssg_build_html_stig_tables_per_profile(${PRODUCT} "stig_gui") #ssg_build_html_stig_tables(${PRODUCT} "ospp")