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.
- Host: GitHub
- URL: https://github.com/turbot/powerpipe-action-setup
- Owner: turbot
- License: apache-2.0
- Created: 2024-03-22T11:44:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T12:31:09.000Z (almost 2 years ago)
- Last Synced: 2025-01-01T16:24:26.678Z (over 1 year ago)
- Topics: compliance, github-actions, powerpipe, security
- Homepage: https://powerpipe.io
- Size: 8.79 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)