zegl / kube-score

Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Kubernetes.
https://kube-score.com
MIT License
2.65k stars 174 forks source link

Fix: create valid sarif results output file #575

Closed ppawlowski closed 6 months ago

ppawlowski commented 6 months ago

Existing output seems not to be valid. This PR adds required fields in the output file.

Fixes #559

RELNOTE: Fix serif output.
zegl commented 6 months ago

Very nice! Thanks!