Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/github_actions/actions/checkou…
Browse files Browse the repository at this point in the history
…t-4.2.2
  • Loading branch information
arielkr256 authored Oct 29, 2024
2 parents 48b5387 + 514e583 commit 824c7cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dirs := $(shell ls | egrep 'policies|rules|helpers|models|templates|queries' | xargs)
dirs := $(shell ls | egrep 'policies|rules|global_helpers|models|templates|queries' | xargs)
UNAME := $(shell uname)
TEST_ARGS :=

Expand Down
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 824c7cc

Please sign in to comment.