Skip to content

Commit

Permalink
Linter fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Zemanek authored and Nate Zemanek committed Jan 6, 2023
1 parent c1c3e28 commit b66b3fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules/aws_cloudtrail_rules/abnormally_high_event_volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
# If len(COUNT_LEDGER) == MAX_LEDGER_COUNT, the oldest list item is purged
MAX_LEDGER_COUNT = 15

COUNT_LEDGER = None
AVERAGE_COUNT = None

def rule(event):
global COUNT_LEDGER
Expand Down

0 comments on commit b66b3fe

Please sign in to comment.