Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/tobbbles/setup-kubescore
- Owner: tobbbles
- License: mit
- Created: 2021-01-06T16:47:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T08:01:17.000Z (10 months ago)
- Last Synced: 2024-03-14T23:06:27.930Z (8 months ago)
- Topics: actions, cicd, kubernetes, kubescore
- Language: TypeScript
- Homepage:
- Size: 1.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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
```