kubeshop / vscode-monokle

An extension for Visual Studio Code to validate your Kubernetes configuration
https://marketplace.visualstudio.com/items?itemName=kubeshop.monokle
MIT License
6 stars 0 forks source link

Fix SRCROOT for SARIF output #75

Closed f1ames closed 8 months ago

f1ames commented 8 months ago

This PR changes how validation is run with srcroot pointing to wrokspace folder and then using relative paths for resources.

Also added try catch for validation, because I noticed for specific directory (admission-controller with CRDs) it was failing. I'll report an issue afterwards.

Testing on Windows in progress...

Changes

Fixes

Checklist