mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 05:53:24 +00:00
Updated established benchmark list
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:")
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user