Clojure

The Clojure analyser is triggered upom request and when in the root folder of the project one among these manifest files is found:

  • a “project.clj” (leingen was used)

  • a “deps.edn” (clojure was used)

The analyser will create a temporary pom.xml using the correct clojure tool and then will run a standard analysis using maven.

Please note that the Clojure analyser is disabled by default, so, in order for it to run, you will need to specifically request it using the parameter --scan-clojure

When using the thin client, the required tools may have to be installed and configured (leiningen or clojure). This is not required when using the dockerized client.

Last updated