gauge-sh / tach

A Python tool to enforce dependencies, using modular architecture 🌎 Open source 🐍 Installable via pip πŸ”§ Able to be adopted incrementally - ⚑ Implemented with no runtime impact ♾️ Interoperable with your existing systems πŸ¦€ Written in rust
https://gauge.sh
MIT License
1.08k stars 35 forks source link

sarif support #280

Closed caelean closed 2 months ago

caelean commented 2 months ago

Adds a --sarif flag to tach checkwhich additionally outputs the error results to a minimal tach-check-results.sarif file.

Fixes #247.