place-labs / k8s-helm

Helm charts for PlaceOS on Kubernetes
0 stars 2 forks source link

feat(workflows): added kube score check action #45

Open rdiazx opened 2 years ago

rdiazx commented 2 years ago

Added the kube-score-check github action as requested in place-labs/k8s-helm/issues/42.

rdiazx commented 2 years ago

Hi @caspiano , I added a new action to the workflow, and found out that an existing (kube-linter) action is failing. It's not finding the "../results/kube-linter.sarif" file. it looks like the file is not being generated. Any idea.

caspiano commented 2 years ago

@rdiazx I removed the kube-lint action step, I suspect either there were no sarif files produced and no check to see if they were present before trying to upload, or the path to the sarif file was wrong

caspiano commented 2 years ago

@rdiazx if you can, can you re-add kubelint, and only run the upload step if there's a sarif file present?

caspiano commented 2 years ago

It doesn't look like this is producing any expected output, whereas kube-lint was creating suggestions, see the security tab of this repo. The files that the action is running on seem to be just the base chart and values file.