File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ export interface FeatureEnablement {
4646export enum Feature {
4747 CodeqlJavaLombokEnabled = "codeql_java_lombok_enabled" ,
4848 CppDependencyInstallation = "cpp_dependency_installation_enabled" ,
49+ CppTrapCachingEnabled = "cpp_trap_caching_enabled" ,
4950 DisableKotlinAnalysisEnabled = "disable_kotlin_analysis_enabled" ,
5051 DisablePythonDependencyInstallationEnabled = "disable_python_dependency_installation_enabled" ,
5152 PythonDefaultIsToSkipDependencyInstallationEnabled = "python_default_is_to_skip_dependency_installation_enabled" ,
@@ -68,6 +69,11 @@ export const featureConfig: Record<
6869 minimumVersion : "2.15.0" ,
6970 defaultValue : false ,
7071 } ,
72+ [ Feature . CppTrapCachingEnabled ] : {
73+ envVar : "CODEQL_CPP_TRAP_CACHING" ,
74+ minimumVersion : undefined ,
75+ defaultValue : false ,
76+ } ,
7177 [ Feature . DisableKotlinAnalysisEnabled ] : {
7278 envVar : "CODEQL_DISABLE_KOTLIN_ANALYSIS" ,
7379 minimumVersion : undefined ,
You can’t perform that action at this time.
0 commit comments