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

feat: add suppressions support #77

Closed f1ames closed 8 months ago

f1ames commented 8 months ago

This PR adds support for suppressions.

image

image

However, there is one issue still. Suppressed rules still gets highlighted:

image

It looks like intentional behavior from SARIF extension but I need to dig deeper. I think we can push this PR and then fixed mentioned issue separately.

Changes

Fixes

Checklist