Skip to content

Commit

Permalink
Check PCI-DSS references in RHEL7
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-cerny committed Feb 20, 2024
1 parent 610ce62 commit ea336e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/SSGCommon.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ macro(ssg_build_sds PRODUCT)
set_tests_properties("verify-references-ssg-${PRODUCT}-ds.xml" PROPERTIES LABELS quick)
if("${PRODUCT}" MATCHES "rhel")
if("${PRODUCT}" MATCHES "rhel7")
set(REFERENCES_CHECK_PROFILE_LIST cis anssi_nt28_high hipaa)
set(REFERENCES_CHECK_PROFILE_LIST anssi_nt28_high cis hipaa pci-dss)
elseif("${PRODUCT}" MATCHES "rhel8")
set(REFERENCES_CHECK_PROFILE_LIST anssi_bp28_high cis hipaa pci-dss)
elseif("${PRODUCT}" MATCHES "rhel9")
Expand Down

0 comments on commit ea336e9

Please sign in to comment.