C#: Add CODEQL_PROXY_URLS environment variable

This commit is contained in:
Michael B. Gale
2025-01-06 11:06:58 +00:00
parent 70232a34f3
commit 6b2f348c4c

View File

@@ -89,5 +89,10 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
/// Contains the certificate used by the Dependabot proxy.
/// </summary>
public const string ProxyCertificate = "CODEQL_PROXY_CA_CERTIFICATE";
/// <summary>
/// Contains the URLs of private nuget registries as a JSON array.
/// </summary>
public const string ProxyURLs = "CODEQL_PROXY_URLS";
}
}