mirror of
https://github.com/github/codeql.git
synced 2026-05-14 11:19:27 +02:00
Check reachability of inherited feeds
This commit is contained in:
@@ -132,10 +132,10 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
|
||||
this.dependabotProxy?.RegistryURLs.ForEach(url => explicitFeeds.Add(url));
|
||||
|
||||
var explicitFeedsReachable = this.CheckSpecifiedFeeds(explicitFeeds);
|
||||
this.GetReachableNuGetFeeds(inheritedFeeds, isFallback: false);
|
||||
|
||||
if (inheritedFeeds.Count > 0)
|
||||
{
|
||||
logger.LogInfo($"Inherited NuGet feeds (not checked for reachability): {string.Join(", ", inheritedFeeds.OrderBy(f => f))}");
|
||||
compilationInfoContainer.CompilationInfos.Add(("Inherited NuGet feed count", inheritedFeeds.Count.ToString()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user