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.
CODEQL_PROXY_URLS
1 parent 70232a3 commit 6b2f348Copy full SHA for 6b2f348
csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/EnvironmentVariableNames.cs
@@ -89,5 +89,10 @@ internal static class EnvironmentVariableNames
89
/// Contains the certificate used by the Dependabot proxy.
90
/// </summary>
91
public const string ProxyCertificate = "CODEQL_PROXY_CA_CERTIFICATE";
92
+
93
+ /// <summary>
94
+ /// Contains the URLs of private nuget registries as a JSON array.
95
+ /// </summary>
96
+ public const string ProxyURLs = "CODEQL_PROXY_URLS";
97
}
98
0 commit comments