We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CODEQL_PROXY_*
1 parent 80bd129 commit a0cb9c1Copy full SHA for a0cb9c1
1 file changed
csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/EnvironmentVariableNames.cs
@@ -74,5 +74,20 @@ internal static class EnvironmentVariableNames
74
/// Specifies the location of the diagnostic directory.
75
/// </summary>
76
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
84
85
86
+ public const string ProxyPort = "CODEQL_PROXY_PORT";
87
88
89
+ /// Contains the certificate used by the Dependabot proxy.
90
91
+ public const string ProxyCertificate = "CODEQL_PROXY_CA_CERTIFICATE";
92
}
93
0 commit comments