mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-06-25 00:00:04 -04:00
Microsoft's sarif-multitool requires platform-specific binaries to run (even though it's installed via npm) and does not ship an Apple Silicon binary. With Rosetta 2 being deprecated in macOS 27, the tool would stop working once the project had updated to macOS 27 runners. Using "jq" provides a cleaner alternative, as the required transformation is transparent in code and does not require any additional tools or binaries.