mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
C#: Add CODEQL_PROXY_* environment variable names
This commit is contained in:
@@ -74,5 +74,20 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
|
||||
/// Specifies the location of the diagnostic directory.
|
||||
/// </summary>
|
||||
public const string DiagnosticDir = "CODEQL_EXTRACTOR_CSHARP_DIAGNOSTIC_DIR";
|
||||
|
||||
/// <summary>
|
||||
/// Specifies the hostname of the Dependabot proxy.
|
||||
/// </summary>
|
||||
public const string ProxyHost = "CODEQL_PROXY_HOST";
|
||||
|
||||
/// <summary>
|
||||
/// Specifies the hostname of the Dependabot proxy.
|
||||
/// </summary>
|
||||
public const string ProxyPort = "CODEQL_PROXY_PORT";
|
||||
|
||||
/// <summary>
|
||||
/// Contains the certificate used by the Dependabot proxy.
|
||||
/// </summary>
|
||||
public const string ProxyCertificate = "CODEQL_PROXY_CA_CERTIFICATE";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user