Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,21 @@
"gitguardian.apiUrl": {
"type": "string",
"default": "",
"markdownDescription": "You can override the value here for On Premise installations"
"markdownDescription": "You can override the value here for On Premise installations",
"order": 1
},
"gitguardian.insecure": {
"type": "boolean",
"default": false,
"markdownDescription": "Skip all certificate verification checks.\n\nWARNING: this option makes the transfer insecure.",
"order": 2
},
"gitguardian.allowSelfSigned": {
"type": "boolean",
"default": false,
"markdownDescription": "Allow Self Signed Certificates"
"markdownDescription": "Allow Self Signed Certificates",
"markdownDeprecationMessage": "Deprecated: Please use `#gitguardian.insecure#` instead.",
"order": 100
}
}
},
Expand Down