Skip to content

Commit 24872eb

Browse files
committed
VERIFY: Patch for 'missing-references-ssg-rhel8-xccdf.xml (Failed)'
1 parent 2becc99 commit 24872eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/SSGCommon.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ macro(ssg_build_xccdf_final PRODUCT)
478478
if("${PRODUCT}" MATCHES "rhel7")
479479
set(REFERENCES_CHECK_PROFILE_LIST "cis anssi_nt28_high hipaa")
480480
elseif("${PRODUCT}" MATCHES "rhel8")
481-
set(REFERENCES_CHECK_PROFILE_LIST "cis anssi_bp28_high hipaa")
481+
set(REFERENCES_CHECK_PROFILE_LIST "cis_level1_server cis_level2_server cis_level1_workstation cis_level2_workstation anssi_bp28_high hipaa")
482482
endif()
483483
add_test(
484484
NAME "missing-references-ssg-${PRODUCT}-xccdf.xml"

0 commit comments

Comments
 (0)