Skip to content

Commit

Permalink
Merge pull request #12684 from Xeicker/default_tailoring
Browse files Browse the repository at this point in the history
Update create_scap_delta_tailoring and apply it to OL8 build
  • Loading branch information
Mab879 authored Dec 10, 2024
2 parents f816785 + 226ba2b commit dcdfb39
Show file tree
Hide file tree
Showing 3 changed files with 21,451 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/SSGCommon.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ macro(ssg_build_product PRODUCT)
ssg_render_policies_for_product(${PRODUCT})
add_dependencies(render-policies ${PRODUCT}-render-policies)

if(SSG_BUILD_DISA_DELTA_FILES AND "${PRODUCT}" MATCHES "rhel(7|8)")
if(SSG_BUILD_DISA_DELTA_FILES AND "${PRODUCT}" MATCHES "rhel(7|8)|ol8")
ssg_build_disa_delta(${PRODUCT} "stig")
add_dependencies(${PRODUCT} generate-ssg-delta-${PRODUCT}-stig)
endif()
Expand Down
Loading

0 comments on commit dcdfb39

Please sign in to comment.