Open
Description
The analyzer currently uses clj-kondo as a Clojure library to extract analysis data which is then processed into JSON. This is not ideal for production, because clj-kondo is already shipped as a native binary that runs on Alpine.
I think it would certainly be preferable to instead use an image with clj-kondo in it and call it as a CLI, then have another script that handles those results.
Doc for getting analysis data via CLI: https://github.com/clj-kondo/clj-kondo/tree/master/analysis
Metadata
Metadata
Assignees
Labels
No labels