Added bio benchmarks to established benchmarks

This commit is contained in:
Bob Gendler
2025-11-24 13:18:56 -05:00
parent e5876d5cbe
commit a226ce5eb5

View File

@@ -515,7 +515,7 @@ def main():
print("No rules found for the keyword provided, please verify from the following list:") print("No rules found for the keyword provided, please verify from the following list:")
available_tags(all_rules) available_tags(all_rules)
else: else:
_established_benchmarks = ['stig', 'cis_lvl1', 'cis_lvl2'] _established_benchmarks = ['nlmapgov_base', 'nlmapgov_plus', 'stig', 'cis_lvl1', 'cis_lvl2']
if any(bm in args.keyword for bm in _established_benchmarks): if any(bm in args.keyword for bm in _established_benchmarks):
benchmark = args.keyword benchmark = args.keyword
else: else: