Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IN clause in --where is not working #492

Open
binaek opened this issue Sep 16, 2024 · 2 comments
Open

IN clause in --where is not working #492

binaek opened this issue Sep 16, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@binaek
Copy link
Contributor

binaek commented Sep 16, 2024

Describe the bug
When using IN with the --where flag, it's not selecting any control

Powerpipe version (powerpipe -v)
v0.4.0

To reproduce
Run powerpipe benchmark run benchmark.infra_compliance --dry-run --database sqlite://:memory: --where "tags->>'service' IN ('AWS/S3','GCP/Storage')" on a benchmark which has aws_compliance and gcp_compliance as dependencies

Expected behavior
It should run all controls which have the given values

@binaek binaek added the bug Something isn't working label Sep 16, 2024
@TSP06
Copy link

TSP06 commented Oct 22, 2024

Hey @binaek I would like to take this up

@kaidaguerre
Copy link
Contributor

Pleae go ahead and take a look @TSP06

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants