Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-02-09 00:16:37 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-02-09 00:16:37 +0300
commit9fe6c95b643c5a2704a8b2a809bd0bd80c5a3307 (patch)
treeeaf1dd550de59c8238d4a1aedb2c1eadab196eca /app/validators/json_schemas
parente3bd590af430a430dcbcdd25751c46bbd1ecf56c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/validators/json_schemas')
-rw-r--r--app/validators/json_schemas/security_ci_configuration_schemas/sast_ui_schema.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/validators/json_schemas/security_ci_configuration_schemas/sast_ui_schema.json b/app/validators/json_schemas/security_ci_configuration_schemas/sast_ui_schema.json
index 19258ee7677..20be49f9eae 100644
--- a/app/validators/json_schemas/security_ci_configuration_schemas/sast_ui_schema.json
+++ b/app/validators/json_schemas/security_ci_configuration_schemas/sast_ui_schema.json
@@ -2,8 +2,8 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"global": [
{
- "field": "SECURE_ANALYZERS_PREFIX",
- "label": "Image prefix",
+ "field" : "SECURE_ANALYZERS_PREFIX",
+ "label" : "Image prefix",
"type": "string",
"default_value": "",
"value": "",