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>2023-06-26 18:07:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-26 18:07:59 +0300
commitc46e0d0c271a21b67a3412faf750d27dd63432bb (patch)
tree58d5ac8c94228c1c282f3ca3929eeb61b65c6c36 /app/validators/json_schemas/security_ci_configuration_schemas
parenta46fed716c91d449fde2f08d25e0f4530170bc15 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/validators/json_schemas/security_ci_configuration_schemas')
-rw-r--r--app/validators/json_schemas/security_ci_configuration_schemas/sast_ui_schema.json38
1 files changed, 27 insertions, 11 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 fb6b80e0725..9cfb62d4439 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
@@ -32,12 +32,12 @@
},
{
"field": "SEARCH_MAX_DEPTH",
- "label": "Search maximum depth",
+ "label": "Search Maximum Depth",
"type": "string",
"default_value": "",
"value": "",
"size": "SMALL",
- "description": "Maximum depth of language and framework detection"
+ "description": "Specifies the number of directory levels to be included in the repository search phase during SAST analysis. SAST scanner searches through the repository to detect the programming languages used and selects the corresponding analyzers. After that, the entire repository is analyzed."
}
],
"analyzers": [
@@ -80,56 +80,72 @@
"label": "Kubesec",
"enabled": true,
"description": "Kubernetes manifests, Helm Charts",
- "variables": []
+ "variables": [
+
+ ]
},
{
"name": "nodejs-scan",
"label": "Node.js Scan",
"enabled": true,
"description": "Node.js",
- "variables": []
+ "variables": [
+
+ ]
},
{
"name": "phpcs-security-audit",
"label": "PHP Security Audit",
"enabled": true,
"description": "PHP",
- "variables": []
+ "variables": [
+
+ ]
},
{
"name": "pmd-apex",
"label": "PMD APEX",
"enabled": true,
"description": "Apex (Salesforce)",
- "variables": []
+ "variables": [
+
+ ]
},
{
"name": "security-code-scan",
"label": "Security Code Scan",
"enabled": true,
"description": ".NET Core, .NET Framework",
- "variables": []
+ "variables": [
+
+ ]
},
{
"name": "semgrep",
"label": "Semgrep",
"enabled": true,
"description": "Multi-language scanning",
- "variables": []
+ "variables": [
+
+ ]
},
{
"name": "sobelow",
"label": "Sobelow",
"enabled": true,
"description": "Elixir (Phoenix)",
- "variables": []
+ "variables": [
+
+ ]
},
{
"name": "spotbugs",
"label": "Spotbugs",
"enabled": true,
"description": "Groovy, Java, Scala",
- "variables": []
+ "variables": [
+
+ ]
}
]
-} \ No newline at end of file
+}