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>2021-06-16 21:25:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-06-16 21:25:58 +0300
commita5f4bba440d7f9ea47046a0a561d49adf0a1e6d4 (patch)
treefb69158581673816a8cd895f9d352dcb3c678b1e /app/validators/json_schemas/security_ci_configuration_schemas/sast_ui_schema.json
parentd16b2e8639e99961de6ddc93909f3bb5c1445ba1 (diff)
Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42
Diffstat (limited to 'app/validators/json_schemas/security_ci_configuration_schemas/sast_ui_schema.json')
-rw-r--r--app/validators/json_schemas/security_ci_configuration_schemas/sast_ui_schema.json37
1 files changed, 14 insertions, 23 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 7c3720dd2e6..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
@@ -18,15 +18,6 @@
"value": "",
"size": "MEDIUM",
"description": "Comma-separated list of paths to be excluded from analyzer output. Patterns can be globs, file paths, or folder paths."
- },
- {
- "field" : "SAST_ANALYZER_IMAGE_TAG",
- "label" : "Image tag",
- "type": "string",
- "default_value": "",
- "value": "",
- "size": "SMALL",
- "description": "Analyzer image's tag"
}
],
"pipeline": [
@@ -109,20 +100,6 @@
]
},
{
- "name": "kubesec",
- "label": "Kubesec",
- "enabled" : true,
- "description": "Kubernetes manifests, Helm Charts",
- "variables": []
- },
- {
- "name": "nodejs-scan",
- "label": "Node.js Scan",
- "enabled" : true,
- "description": "Node.js",
- "variables": []
- },
- {
"name": "gosec",
"label": "Gosec",
"enabled" : true,
@@ -140,6 +117,20 @@
]
},
{
+ "name": "kubesec",
+ "label": "Kubesec",
+ "enabled" : true,
+ "description": "Kubernetes manifests, Helm Charts",
+ "variables": []
+ },
+ {
+ "name": "nodejs-scan",
+ "label": "Node.js Scan",
+ "enabled" : true,
+ "description": "Node.js",
+ "variables": []
+ },
+ {
"name": "phpcs-security-audit",
"label": "PHP Security Audit",
"enabled" : true,