File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments