steampipe icon indicating copy to clipboard operation
steampipe copied to clipboard

Zero-ETL, infinite possibilities. Live query APIs, code & more with SQL. No DB required.

Results 359 steampipe issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Installation of the `AWS` plugin fails with error: ```sh steampipe plugin install aws aws [=====================>----------------------------------------------] Installing Plugin Skipped the following plugin: Plugin: [email protected] Reason: failed to resolve...

bug
stale

Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.2.1 to 2.3.0. Release notes Sourced from github.com/go-viper/mapstructure/v2's releases. v2.3.0 What's Changed build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by @​dependabot in go-viper/mapstructure#46 build(deps): bump golangci/golangci-lint-action from...

house-keeping
dependencies

### Run smoke tests after releasing prod versions Currently, smoke tests on Linux distributions are run before a production release. This takes a lot of time for the release process...

github_actions

Update the workflow to a common and consistent pattern which will be used all the current and future pipelings. ## Versioning The versioning has to be updated to follow the...

pipeling_consistency

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.10.0 to 3.11.1. Release notes Sourced from docker/setup-buildx-action's releases. v3.11.1 Fix keep-state not being respected by @​crazy-max in docker/setup-buildx-action#429 Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.11.0...v3.11.1 v3.11.0 Keep BuildKit state support...

dependencies
github_actions

**Is your feature request related to a problem? Please describe.** Add CLI parameter `--variable` to interpolate in the SQL query. Like `psql --variable`. **Describe the solution you'd like** ```sql SELECT...

enhancement
stale

I can connect fine to pipes from steampipe by using the full postgres database string: ``` ~/src/steampipe-mod-aws-compliance $ STEAMPIPE_WORKSPACE_DATABASE="postgresql://user:[email protected]:9193/example" steampipe query Welcome to Steampipe v2.0.1 For more information, type .help...

bug

Create a new dynamic connection eg csv: ```hcl connection "csv5" { plugin = "csv" paths = [ "~/.steampipe/csv/*.csv" ] } ``` Run query: ```sql steampipe query "SELECT table_name FROM information_schema.tables...

bug
stale
needs review

We should look to use pipe-fittings/v2/utils.PidExists instead of this function in stop_services.go. Currently, when using the pipe-fittings function, we see some errors with the pids not being found resulting in...

core
stale

Snapshots generated through steampipe currently have `.sps` extension. Since Snapshots can now be opened/accessed from Powerpipe, the extension should be `.pps`

stale