lein-dependency-check icon indicating copy to clipboard operation
lein-dependency-check copied to clipboard

.net could not be found

Open jceaser opened this issue 4 years ago • 1 comments

I have a pretty basic setup, just switched to 1.4 so that I can get past the xml->json migration, but now I'm getting an error about .net and I can't figure out how to suppress it:

2020-07-15 12:03:21,023 [main] ERROR org.owasp.dependencycheck.analyzer.AssemblyAnalyzer - ---------------------------------------------------- 2020-07-15 12:03:21,025 [main] ERROR org.owasp.dependencycheck.analyzer.AssemblyAnalyzer - .NET Assembly Analyzer could not be initialized and at least one 'exe' or 'dll' was scanned. The 'dotnet' executable could not be found on the path; either disable the Assembly Analyzer or configure the path dotnet core. 2020-07-15 12:03:21,025 [main] ERROR org.owasp.dependencycheck.analyzer.AssemblyAnalyzer - ----------------------------------------------------

jceaser avatar Jul 15 '20 16:07 jceaser

This clojure library is mostly just a wrapper around DependencyCheck. Have you looked at the suggestions in this thread to see if any of them help in your situation?

dgknght avatar Jul 15 '20 23:07 dgknght