You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
kube-score check
v0.1.0
This action executes kube-score with selected manifests (with support for YAML, Helm or Kustomize manifests).
(Optional): The version of kube-score to use. Defaults to the latest available.
Required: An array of relative paths containing manifests to analyze with kube-score (separated with commas). It is mandatory to establish a wildcard for the files or the concrete filename.
Example: ./manifests/*.yml,./other/manifests/*.yml
(Optional): Will ignore the exit code provided by kube-score
, will always pass the check. This could be useful in case of using the action in an information way.
This actions does not contain outputs.
uses: piraces/kube-score-ga@v1
with:
manifests-folders: './manifests/*.yml'