Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-githubs committed Dec 17, 2024
1 parent 0256e82 commit e6c6cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/deleted_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import panther_analysis_tool.command.bulk_delete as pat_delete
import panther_analysis_tool.util as pat_util

diff_pattern = re.compile(r'^-(?:RuleID|PolicyID|QueryName):\s*"?([\w.]+)"?')
diff_pattern = re.compile(r'^-(?:RuleID|PolicyID|QueryName):\s*"?(.+?)["\n]')


def get_deleted_ids() -> set[str]:
Expand Down

0 comments on commit e6c6cb7

Please sign in to comment.