An open API service indexing awesome lists of open source software.

https://github.com/turbot/powerpipe-action-setup

Set up your GitHub Actions workflow with Powerpipe.
https://github.com/turbot/powerpipe-action-setup

compliance github-actions powerpipe security

Last synced: 2 months ago
JSON representation

Set up your GitHub Actions workflow with Powerpipe.

Awesome Lists containing this project

README

          

# Setup Powerpipe for GitHub Actions

This action installs [Powerpipe](https://github.com/turbot/powerpipe/).

## Usage

See [action.yml](action.yml).

## Examples

### Install the latest version Powerpipe

```yaml
- name: Install Powerpipe
uses: turbot/powerpipe-action-setup@v1
```

### Install a specific version of Powerpipe

```yaml
- name: Install Powerpipe v0.1.3
uses: turbot/powerpipe-action-setup@v1
with:
powerpipe-version: 0.1.3
```

> For available Powerpipe versions refer to [Powerpipe Releases](https://github.com/turbot/powerpipe/releases).

## Helpful Links

- [Powerpipe docs](https://powerpipe.io/docs)