mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C#: Add more logging to DependabotProxy
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
|
||||
public DotNetCliInvoker(ILogger logger, string exec, TemporaryDirectory tempWorkingDirectory)
|
||||
{
|
||||
this.logger = logger;
|
||||
this.proxy = new DependabotProxy(tempWorkingDirectory);
|
||||
this.proxy = new DependabotProxy(logger, tempWorkingDirectory);
|
||||
this.Exec = exec;
|
||||
logger.LogInfo($"Using .NET CLI executable: '{Exec}'");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user