Skip to content

Commit

Permalink
fix: default for recursive set to true
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 committed Aug 6, 2024
1 parent 9535ab7 commit f5cf6fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/rule_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def retrieve_yara_rule_sets(repo_staging_dir, yara_repos):
walk_folder = os.path.join(repo_folder, repo['path'])

# Check if the path should be walked
recursive = True
if 'recursive' in repo:
recursive = repo['recursive']

Expand Down

0 comments on commit f5cf6fa

Please sign in to comment.