Skip to content

Commit

Permalink
Update config json schema
Browse files Browse the repository at this point in the history
quick build push
  • Loading branch information
nvuillam committed Feb 6, 2022
1 parent 91e82a1 commit 040d15b
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3317,8 +3317,8 @@
"GITLAB_ACCESS_TOKEN_MEGALINTER": {
"$id": "#/properties/GITLAB_ACCESS_TOKEN_MEGALINTER",
"default": true,
"description": "Gitlab access token with API access",
"title": "Gitlab SSL Certificate path",
"description": "Gitlab access token with API access (can be user or project Access token)",
"title": "Gitlab Access Token",
"type": "string"
},
"GITLAB_CERTIFICATE_PATH": {
Expand All @@ -3335,6 +3335,13 @@
"title": "Activate Gitlab MR Comments reporter",
"type": "boolean"
},
"GITLAB_CUSTOM_CERTIFICATE": {
"$id": "#/properties/GITLAB_CUSTOM_CERTIFICATE",
"default": true,
"description": "Store your SSL certificate string value in a CI env variable named GITLAB_CUSTOM_CERTIFICATE if you want it to be copied by MegaLinter in a local certificate file that will be used by python gitlab lib",
"title": "Gitlab SSL Certificate value",
"type": "string"
},
"GIT_FILTER_REGEX_EXCLUDE": {
"$id": "#/properties/GIT_FILTER_REGEX_EXCLUDE",
"title": "Excluding regex filter for GIT descriptor",
Expand Down

0 comments on commit 040d15b

Please sign in to comment.