Skip to content

Commit a0cb9c1

Browse files
committed
C#: Add CODEQL_PROXY_* environment variable names
1 parent 80bd129 commit a0cb9c1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,20 @@ internal static class EnvironmentVariableNames
7474
/// Specifies the location of the diagnostic directory.
7575
/// </summary>
7676
public const string DiagnosticDir = "CODEQL_EXTRACTOR_CSHARP_DIAGNOSTIC_DIR";
77+
78+
/// <summary>
79+
/// Specifies the hostname of the Dependabot proxy.
80+
/// </summary>
81+
public const string ProxyHost = "CODEQL_PROXY_HOST";
82+
83+
/// <summary>
84+
/// Specifies the hostname of the Dependabot proxy.
85+
/// </summary>
86+
public const string ProxyPort = "CODEQL_PROXY_PORT";
87+
88+
/// <summary>
89+
/// Contains the certificate used by the Dependabot proxy.
90+
/// </summary>
91+
public const string ProxyCertificate = "CODEQL_PROXY_CA_CERTIFICATE";
7792
}
7893
}

0 commit comments

Comments
 (0)