Skip to content
代码片段 群组 项目
提交 27d29a56 编辑于 作者: Russell Dickenson's avatar Russell Dickenson
浏览文件

Merge branch 'theoretick-master-patch-70701' into 'master'

docs: Correct static analysis tiering in Auto-Devops docs

See merge request gitlab-org/gitlab!49494
No related branches found
No related tags found
无相关合并请求
...@@ -147,16 +147,13 @@ out. The merge request widget also displays any ...@@ -147,16 +147,13 @@ out. The merge request widget also displays any
> - Introduced in [GitLab Ultimate](https://about.gitlab.com/pricing/) 10.3. > - Introduced in [GitLab Ultimate](https://about.gitlab.com/pricing/) 10.3.
> - Select functionality made available in all tiers beginning in 13.1 > - Select functionality made available in all tiers beginning in 13.1
Static Application Security Testing (SAST) uses the Static Application Security Testing (SAST) runs static
[SAST Docker image](https://gitlab.com/gitlab-org/security-products/sast) to run static
analysis on the current code, and checks for potential security issues. The analysis on the current code, and checks for potential security issues. The
Auto SAST stage is skipped on licenses other than Auto SAST stage requires [GitLab Runner](https://docs.gitlab.com/runner/) 11.5 or above.
[Ultimate](https://about.gitlab.com/pricing/), and requires
[GitLab Runner](https://docs.gitlab.com/runner/) 11.5 or above.
After creating the report, it's uploaded as an artifact which you can later After creating the report, it's uploaded as an artifact which you can later
download and check out. The merge request widget also displays any security download and check out. The merge request widget also displays any security
warnings. warnings on [Ultimate](https://about.gitlab.com/pricing/) licenses.
To learn more about [how SAST works](../../user/application_security/sast/index.md), To learn more about [how SAST works](../../user/application_security/sast/index.md),
see the documentation. see the documentation.
...@@ -171,7 +168,7 @@ Secret Detection uses the ...@@ -171,7 +168,7 @@ Secret Detection uses the
After creating the report, it's uploaded as an artifact which you can later After creating the report, it's uploaded as an artifact which you can later
download and evaluate. The merge request widget also displays any security download and evaluate. The merge request widget also displays any security
warnings. warnings on [Ultimate](https://about.gitlab.com/pricing/) licenses.
To learn more, see [Secret Detection](../../user/application_security/secret_detection/index.md). To learn more, see [Secret Detection](../../user/application_security/secret_detection/index.md).
...@@ -179,9 +176,7 @@ To learn more, see [Secret Detection](../../user/application_security/secret_det ...@@ -179,9 +176,7 @@ To learn more, see [Secret Detection](../../user/application_security/secret_det
> Introduced in [GitLab Ultimate](https://about.gitlab.com/pricing/) 10.7. > Introduced in [GitLab Ultimate](https://about.gitlab.com/pricing/) 10.7.
Dependency Scanning uses the Dependency Scanning runs analysis on the project's dependencies and checks for potential security issues.
[Dependency Scanning Docker image](https://gitlab.com/gitlab-org/security-products/dependency-scanning)
to run analysis on the project dependencies and check for potential security issues.
The Auto Dependency Scanning stage is skipped on licenses other than The Auto Dependency Scanning stage is skipped on licenses other than
[Ultimate](https://about.gitlab.com/pricing/) and requires [Ultimate](https://about.gitlab.com/pricing/) and requires
[GitLab Runner](https://docs.gitlab.com/runner/) 11.5 or above. [GitLab Runner](https://docs.gitlab.com/runner/) 11.5 or above.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册