Puskar Basu

Results 65 issues of Puskar Basu

Draft a plan for automated testing.

JSON metadata output should not contain scan info when `--timing=on`. The scans info should only be there for `--timing=verbose` metadata is same for both. `--timing=on --output=json` ``` "metadata": { "duration_ms":...

bug

``` steampipe query "select account_id as a, account_id as a, organization_id as a, account_aliases, title from aws_account" --output json { "columns": [ { "name": "a", "data_type": "text" }, { "name":...

Update Steampipe JSON output to align all cases around a single format. Cases: - steampipe query --output json - powerpipe query run --output json - snapshot data format - Pipes...

enhancement

I have a simple cgo code(https://github.com/pskrbasu/cgo-cross-compilation) that fails to build and run on Amazon Linux 2(glibc 2.26). When trying to run the binary built using [goreleaser](https://github.com/pskrbasu/cgo-cross-compilation/blob/main/.goreleaser.yml) I get this error(which...