Skip to content

Commit

Permalink
Use override to avoid using a script expression
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoog committed Aug 8, 2023
1 parent dd00a5c commit 6b11263
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ processors:
- set:
field: event.outcome
value: unknown
if: ctx?.event?.outcome == null
override: false

##
# if gcp.audit.authorization_info.[0].granted is true then
Expand Down

0 comments on commit 6b11263

Please sign in to comment.