Skip to content

Commit

Permalink
Do not build reference tables for ANSSI profiles
Browse files Browse the repository at this point in the history
ANSSI Profiles are not complete, but CMAKE build system doesn't know
about it. Comment the lines building ANSSI reference tables.
  • Loading branch information
yuumasato committed Jul 19, 2018
1 parent fcb36e8 commit 18e1325
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
9 changes: 5 additions & 4 deletions rhel7/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ ssg_build_html_nistrefs_table(${PRODUCT} "ospp")
ssg_build_html_nistrefs_table(${PRODUCT} "C2S")
ssg_build_html_nistrefs_table(${PRODUCT} "stig-${PRODUCT}-disa")

ssg_build_html_anssirefs_table(${PRODUCT} "nt28_minimal")
ssg_build_html_anssirefs_table(${PRODUCT} "nt28_intermediary")
ssg_build_html_anssirefs_table(${PRODUCT} "nt28_enhanced")
ssg_build_html_anssirefs_table(${PRODUCT} "nt28_high")
# Uncomment when anssi profiles are marked documentation_complete: true
#ssg_build_html_anssirefs_table(${PRODUCT} "nt28_minimal")
#ssg_build_html_anssirefs_table(${PRODUCT} "nt28_intermediary")
#ssg_build_html_anssirefs_table(${PRODUCT} "nt28_enhanced")
#ssg_build_html_anssirefs_table(${PRODUCT} "nt28_high")

ssg_build_html_cce_table(${PRODUCT})

Expand Down
1 change: 1 addition & 0 deletions rhel7/profiles/anssi_nt28_enhanced.profile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Don't forget to enable build of tables in rhel7CMakeLists.txt when setting to true
documentation_complete: false

title: 'DRAFT - ANSSI DAT-NT28 (enhanced)'
Expand Down
1 change: 1 addition & 0 deletions rhel7/profiles/anssi_nt28_high.profile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Don't forget to enable build of tables in rhel7CMakeLists.txt when setting to true
documentation_complete: false

title: 'DRAFT - ANSSI DAT-NT28 (high)'
Expand Down
1 change: 1 addition & 0 deletions rhel7/profiles/anssi_nt28_intermediary.profile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Don't forget to enable build of tables in rhel7CMakeLists.txt when setting to true
documentation_complete: false

title: 'DRAFT - ANSSI DAT-NT28 (intermediary)'
Expand Down
1 change: 1 addition & 0 deletions rhel7/profiles/anssi_nt28_minimal.profile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Don't forget to enable build of tables in rhel7CMakeLists.txt when setting to true
documentation_complete: false

title: 'DRAFT - ANSSI DAT-NT28 (minimal)'
Expand Down

0 comments on commit 18e1325

Please sign in to comment.