We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DependabotProxy
1 parent 303b11e commit f78c6e0Copy full SHA for f78c6e0
csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/DependabotProxy.cs
@@ -52,8 +52,6 @@ public class DependabotProxy : IDisposable
52
53
if (!string.IsNullOrWhiteSpace(cert))
54
{
55
- logger.LogInfo("No certificate configured for Dependabot proxy.");
56
-
57
var certDirPath = new DirectoryInfo(Path.Join(tempWorkingDirectory.DirInfo.FullName, ".dependabot-proxy"));
58
Directory.CreateDirectory(certDirPath.FullName);
59
0 commit comments