turbot / steampipe-mod-github-sherlock

Interrogate your GitHub resources with the help of the world's greatest detectives: Powerpipe + Steampipe + Sherlock.
https://hub.powerpipe.io/mods/turbot/github_sherlock
Apache License 2.0
39 stars 4 forks source link

Optimize ad-hoc queries to use 'in' operator #25

Closed rajlearner17 closed 2 years ago

rajlearner17 commented 2 years ago

Is your feature request related to a problem? Please describe. The ad-hoc fix can be reverted back to use in operator

from (b.name = 'main' or b.name = 'master')to in ('main', 'master')

Depends on SDK Update

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.