Skip to content

Commit

Permalink
Add new reference stats to HTML stats
Browse files Browse the repository at this point in the history
jan-cerny committed Feb 21, 2024
1 parent 12a2f6e commit 46170d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion utils/profile_tool/stats.py
Original file line number Diff line number Diff line change
@@ -33,11 +33,14 @@ def _process_stats_content(profile, bash_fixes_count, content, content_filepath)
def _filter_profile_for_html_stats(profile, filtered_output, content_path):
content_list = [
"rules",
"missing_stig_ids",
"missing_stigid_refs",
"missing_stigref_refs",
"missing_ccn_refs",
"missing_cis_refs",
"missing_hipaa_refs",
"missing_anssi_refs",
"missing_ospp_refs",
"missing_pcidss4_refs",
"missing_cui_refs",
"missing_ovals",
"missing_sces",

0 comments on commit 46170d6

Please sign in to comment.