Get Involved
Installing Steampipe in GitHub Actions
GitHub provides a hosted environment in which you can build, test, and deploy software.
Installing Steampipe
To run scripts when you push changes to a GitHub repository, create a file .github/workflows/steampipe.yml. This will install the latest version of Steampipe.
Installing and configuring plugin(s)
The turbot/steampipe-action-setup action can also install and configure plugins.
Next, add a step to run a query:
For more examples, please see turbot/steampipe-action-setup examples.