Skip to content

Commit

Permalink
remove unnesessary null check for ctx
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcold committed Aug 23, 2024
1 parent a64e234 commit f991a45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ processors:
field: user.id
tag: set_user_id_if_user_account
copy_from: wiz.cloud_configuration_finding.resource.provider_id
if: ctx?.resource?.type == 'USER_ACCOUNT'
if: ctx.resource?.type == 'USER_ACCOUNT'
ignore_empty_value: true
- set:
field: host.name
Expand Down

0 comments on commit f991a45

Please sign in to comment.