-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(workflows): added kube score check action #45
base: master
Are you sure you want to change the base?
Conversation
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. |
@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 |
@rdiazx if you can, can you re-add kubelint, and only run the upload step if there's a sarif file present? |
It doesn't look like this is producing any expected output, whereas kube-lint was creating suggestions, see the security tab of this repo. |
Added the kube-score-check github action as requested in place-labs/k8s-helm/issues/42.