diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-05-15 19:05:01 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-05-15 19:05:01 +0000 |
commit | 201553f73368865d4d569743429aab7878810f7d (patch) | |
tree | bed1f775d58936dcac332d09531e32a60a0b4cc3 /doc/ci | |
parent | c6f667d928b3d12e51be0c528e01e9c5b2e8567f (diff) | |
parent | 339673ed45a70592dc24c3f6e52f541ca388081b (diff) | |
download | gitlab-ce-201553f73368865d4d569743429aab7878810f7d.tar.gz |
Merge branch 'docs-correct-security-anchor-ee' into 'master'
Docs: update link to new security docs
See merge request gitlab-org/gitlab-ce!28299
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 |