Skip to content

Commit

Permalink
Merge pull request ComplianceAsCode#11376 from Mab879/add_stig_tables
Browse files Browse the repository at this point in the history
Add STIG Tables for RHEL 9
  • Loading branch information
marcusburghardt authored Dec 13, 2023
2 parents 0ee73d9 + f6ac5b0 commit 7639349
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion products/rhel9/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 7639349

Please sign in to comment.