Skip to content

Commit

Permalink
Skip default profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Honny1 committed May 22, 2024
1 parent 174d6cc commit 95be94a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/profile_tool/most_used_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ def _get_profiles_for_product(ctrls_mgr, product):

profiles = []
for file in profiles_files:
profiles.append(get_profile(profiles_files, file, ctrls_mgr.policies))
if "default.profile" not in file:
profiles.append(get_profile(profiles_files, file, ctrls_mgr.policies))
return profiles


Expand Down

0 comments on commit 95be94a

Please sign in to comment.