diff options
author | Mark Chao <mchao@gitlab.com> | 2019-05-10 17:24:56 -0500 |
---|---|---|
committer | Mark Chao <mchao@gitlab.com> | 2019-05-13 15:22:04 -0500 |
commit | 339673ed45a70592dc24c3f6e52f541ca388081b (patch) | |
tree | 09c7b002cfe04e895df87f9b7c92856818f429d8 /doc/ci | |
parent | cea4f38529ef535a14de2a73e1a6e613b88dc924 (diff) | |
download | gitlab-ce-339673ed45a70592dc24c3f6e52f541ca388081b.tar.gz |
Update links to new security docsdocs-correct-security-anchor-ee
Related to gitlab-ee/!5566
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/yaml/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index dca2d953286..20f0a113563 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -1446,7 +1446,7 @@ be automatically shown in merge requests. > Introduced in GitLab 11.5. Requires GitLab Runner 11.5 and above. -The `sast` report collects [SAST vulnerabilities](https://docs.gitlab.com/ee/user/project/merge_requests/sast.html) +The `sast` report collects [SAST vulnerabilities](https://docs.gitlab.com/ee/user/application_security/sast/index.html) as artifacts. The collected SAST report will be uploaded to GitLab as an artifact and will |