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

--separator doesnt work with steampipe check #544

Closed
johnsmyth opened this issue Jun 15, 2021 · 1 comment · Fixed by #545 or #2808
Closed

--separator doesnt work with steampipe check #544

johnsmyth opened this issue Jun 15, 2021 · 1 comment · Fixed by #545 or #2808
Assignees
Labels
bug Something isn't working

Comments

@johnsmyth
Copy link

Describe the bug
--separator doesnt work with steampipe check, either with --output csv or --export csv

Steampipe version (steampipe -v)
main commit e5b9960

To reproduce
steampipe check benchmark.cis_v130_2_1 --output csv --export csv:x.psv --separator "|"

Expected behavior
The specified separator ( '|' in this case) should be used in the csv output and export.

@johnsmyth johnsmyth added the bug Something isn't working label Jun 15, 2021
@johnsmyth johnsmyth assigned binaek and kaidaguerre and unassigned binaek Jun 15, 2021
@cbruno10
Copy link
Contributor

I've encountered this bug again, along with a user, running commands like:

steampipe --search-path my_account_name_from_aws_config check --output csv --separator ';' benchmark.ec2
steampipe check control.cis_v150_3_1 --search-path aws_b --output csv "--separator=|"
steampipe check control.cis_v150_3_1 --search-path aws_b --output csv --separator ";"

All of these commands still output the data with , as the separator. Are the commands above formatted incorrectly?

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
4 participants