turbot / steampipe

Zero-ETL, infinite possibilities. Live query APIs, code & more with SQL. No DB required.
https://steampipe.io
GNU Affero General Public License v3.0
6.84k stars 264 forks source link

Bad file name generated when running steampipe check all #3571

Closed pskrbasu closed 1 year ago

pskrbasu commented 1 year ago

when we run steampipe check all --export json file gets created with name

when we run a steampipe check benchmark.check_all --export json file gets created with name

when we run a steampipe check control.check_1 --export json file gets created with name

The file name is generated from the command args, so for check all it gets generated as check_all_mod..all.20230614T153546 as control/benchmark is not specified.

pskrbasu commented 1 year ago

duplicate https://github.com/turbot/steampipe/issues/3591