Skip to content

Commit

Permalink
ISSUE-51 Result key should support jq based fields
Browse files Browse the repository at this point in the history
  • Loading branch information
snahak authored and valter-silva-au committed Feb 9, 2024
1 parent af2e9ff commit d556cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scan/sample/running_ec2_names.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
]
},
"result_key": ".Reservations|.[]|.Instances |.[]| select((.Tags[]|select(.Key==\"meghdoot_config_branch\"))) | (.Tags[]|select(.Key==\"Name\")|.Value)",
"result_key": ".Reservations|.[]|.Instances |.[]| select((.Tags[]|select(.Key==\"managed_by_terraform\"))) | (.Tags[]|select(.Key==\"Name\")|.Value)",
"service": "ec2"
}
]

0 comments on commit d556cb3

Please sign in to comment.