Skip to content
代码片段 群组 项目
提交 516db66c 编辑于 作者: Jannik Lehmann's avatar Jannik Lehmann 提交者: GitLab Bot
浏览文件

Reword Search maximum depth field description in SAST configuration

This commit solves: https://gitlab.com/gitlab-org/gitlab/-/issues/388349
It rewords the Search maximum depth field description in SAST configuration.

Changelog: changed
上级 137e1968
No related branches found
No related tags found
无相关合并请求
...@@ -32,12 +32,12 @@ ...@@ -32,12 +32,12 @@
}, },
{ {
"field": "SEARCH_MAX_DEPTH", "field": "SEARCH_MAX_DEPTH",
"label": "Search maximum depth", "label": "Search Maximum Depth",
"type": "string", "type": "string",
"default_value": "", "default_value": "",
"value": "", "value": "",
"size": "SMALL", "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": [ "analyzers": [
...@@ -80,56 +80,72 @@ ...@@ -80,56 +80,72 @@
"label": "Kubesec", "label": "Kubesec",
"enabled": true, "enabled": true,
"description": "Kubernetes manifests, Helm Charts", "description": "Kubernetes manifests, Helm Charts",
"variables": [] "variables": [
]
}, },
{ {
"name": "nodejs-scan", "name": "nodejs-scan",
"label": "Node.js Scan", "label": "Node.js Scan",
"enabled": true, "enabled": true,
"description": "Node.js", "description": "Node.js",
"variables": [] "variables": [
]
}, },
{ {
"name": "phpcs-security-audit", "name": "phpcs-security-audit",
"label": "PHP Security Audit", "label": "PHP Security Audit",
"enabled": true, "enabled": true,
"description": "PHP", "description": "PHP",
"variables": [] "variables": [
]
}, },
{ {
"name": "pmd-apex", "name": "pmd-apex",
"label": "PMD APEX", "label": "PMD APEX",
"enabled": true, "enabled": true,
"description": "Apex (Salesforce)", "description": "Apex (Salesforce)",
"variables": [] "variables": [
]
}, },
{ {
"name": "security-code-scan", "name": "security-code-scan",
"label": "Security Code Scan", "label": "Security Code Scan",
"enabled": true, "enabled": true,
"description": ".NET Core, .NET Framework", "description": ".NET Core, .NET Framework",
"variables": [] "variables": [
]
}, },
{ {
"name": "semgrep", "name": "semgrep",
"label": "Semgrep", "label": "Semgrep",
"enabled": true, "enabled": true,
"description": "Multi-language scanning", "description": "Multi-language scanning",
"variables": [] "variables": [
]
}, },
{ {
"name": "sobelow", "name": "sobelow",
"label": "Sobelow", "label": "Sobelow",
"enabled": true, "enabled": true,
"description": "Elixir (Phoenix)", "description": "Elixir (Phoenix)",
"variables": [] "variables": [
]
}, },
{ {
"name": "spotbugs", "name": "spotbugs",
"label": "Spotbugs", "label": "Spotbugs",
"enabled": true, "enabled": true,
"description": "Groovy, Java, Scala", "description": "Groovy, Java, Scala",
"variables": [] "variables": [
]
} }
] ]
} }
\ No newline at end of file
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册