Skip to content

Commit

Permalink
feat: include accountId in aws_guardduty_context (#1404)
Browse files Browse the repository at this point in the history
Co-authored-by: Ariel Ropek <[email protected]>
  • Loading branch information
pbnj-dragon and arielkr256 authored Oct 29, 2024
1 parent f06112f commit 0006352
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions global_helpers/panther_aws_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def aws_guardduty_context(event: dict):
"type": event.get("type", "<MISSING TYPE>"),
"resource": event.get("resource", {}),
"service": event.get("service", {}),
"accountId": event.get("accountId", "<MISSING ACCOUNT ID>"),
}


Expand Down

0 comments on commit 0006352

Please sign in to comment.