mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 14:03:24 +00:00
Added bio benchmarks to established benchmarks
This commit is contained in:
@@ -515,7 +515,7 @@ def main():
|
||||
print("No rules found for the keyword provided, please verify from the following list:")
|
||||
available_tags(all_rules)
|
||||
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):
|
||||
benchmark = args.keyword
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user