Skip to content

Commit

Permalink
Merge branch 'develop' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-sq authored Oct 29, 2024
2 parents 8728b05 + 0006352 commit 97c070e
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 97c070e

Please sign in to comment.