You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the bug
When using
IN
with the--where
flag, it's not selecting any controlPowerpipe 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 hasaws_compliance
andgcp_compliance
as dependenciesExpected behavior
It should run all controls which have the given values
The text was updated successfully, but these errors were encountered: