turbot / powerpipe

Powerpipe: Dashboards for DevOps. Visualize cloud configurations. Assess security posture against a massive library of benchmarks. Build custom dashboards with code.
https://powerpipe.io/
GNU Affero General Public License v3.0
261 stars 18 forks source link

`powerpipe` tries to connect to a backend during `dry-run` #321

Closed binaek closed 2 months ago

binaek commented 5 months ago

Describe the bug When using --dry-run, powerpipe still tries to connect to a backend

Powerpipe version (powerpipe -v) v0.1.1

To reproduce run powerpipe benchmark run benchmark.gdpr --dry-run. Steampipe service must not be running

Stop gap powerpipe benchmark run benchmark.gdpr --dry-run --database sqlite://:memory: works

Expected behavior It should run without the support of a backend

github-actions[bot] commented 3 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

github-actions[bot] commented 2 months ago

This issue was closed because it has been stalled for 90 days with no activity.

binaek commented 2 months ago

Is there a plan to fix this?