Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tobbbles/setup-kubescore

GitHub Action to setup the kube-score cli (alpha)
https://github.com/tobbbles/setup-kubescore

actions cicd kubernetes kubescore

Last synced: about 4 hours ago
JSON representation

GitHub Action to setup the kube-score cli (alpha)

Awesome Lists containing this project

README

        

# Setup Kubescore

Use this action to populate your environment with the `kube-score` command from https://github.com/zegl/kube-score.

## Inputs
N/A at this current time.

## Exmaple Usage:

```yaml
- uses: tobbbles/setup-kubescore@v1

- run: kube-score version
```