File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
core/src/main/java/org/owasp/dependencycheck/analyzer Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ public void prepareFileTypeAnalyzer(Engine engine) throws InitializationExceptio
373373 if (p .exitValue () != 1 || !StringUtils .isBlank (error )) {
374374 LOGGER .warn ("An error occurred with the .NET AssemblyAnalyzer, please see the log for more details.\n "
375375 + "dependency-check requires dotnet 8.0 core runtime or sdk to be installed to analyze assemblies." );
376- LOGGER .debug ("GrokAssembly.dll is not working properly" );
376+ LOGGER .debug ("GrokAssembly.dll is not working properly: {}" , error );
377377 grokAssembly = null ;
378378 setEnabled (false );
379379 throw new InitializationException ("Could not execute .NET AssemblyAnalyzer, is the dotnet 8.0 runtime or sdk installed?" );
You can’t perform that action at this time.
0 commit comments