File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 3434 "gitguardian.apiUrl" : {
3535 "type" : " string" ,
3636 "default" : " " ,
37- "markdownDescription" : " You can override the value here for On Premise installations"
37+ "markdownDescription" : " You can override the value here for On Premise installations" ,
38+ "order" : 1
39+ },
40+ "gitguardian.insecure" : {
41+ "type" : " boolean" ,
42+ "default" : false ,
43+ "markdownDescription" : " Skip all certificate verification checks.\n\n WARNING: this option makes the transfer insecure." ,
44+ "order" : 2
3845 },
3946 "gitguardian.allowSelfSigned" : {
4047 "type" : " boolean" ,
4148 "default" : false ,
42- "markdownDescription" : " Allow Self Signed Certificates"
49+ "markdownDescription" : " Allow Self Signed Certificates" ,
50+ "markdownDeprecationMessage" : " Deprecated: Please use `#gitguardian.insecure#` instead." ,
51+ "order" : 100
4352 }
4453 }
4554 },
You can’t perform that action at this time.
0 commit comments