Skip to content

Commit 6b2f348

Browse files
committed
C#: Add CODEQL_PROXY_URLS environment variable
1 parent 70232a3 commit 6b2f348

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/EnvironmentVariableNames.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,10 @@ internal static class EnvironmentVariableNames
8989
/// Contains the certificate used by the Dependabot proxy.
9090
/// </summary>
9191
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";
9297
}
9398
}

0 commit comments

Comments
 (0)