diff options
author | Fabio Busatto <fabio@gitlab.com> | 2019-01-02 16:49:59 +0000 |
---|---|---|
committer | Fabio Busatto <fabio@gitlab.com> | 2019-01-02 16:49:59 +0000 |
commit | 52d8b346ca1e07e855791996e09aba2f4a241a21 (patch) | |
tree | 157a5ccf4d908269e23c2d828db7d9f7fd0601a0 /doc | |
parent | 33a9c35b58cdded45e83ba3cd4b161b5d51ffcab (diff) | |
download | gitlab-ce-52d8b346ca1e07e855791996e09aba2f4a241a21.tar.gz |
Add requirements for Auto SASTdocs/add-requirements-for-auto-sast
Diffstat (limited to 'doc')
-rw-r--r-- | doc/topics/autodevops/index.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md index b41f401e14c..e447653de4c 100644 --- a/doc/topics/autodevops/index.md +++ b/doc/topics/autodevops/index.md @@ -340,6 +340,9 @@ Any security warnings are also NOTE: **Note:** The Auto SAST stage will be skipped on licenses other than Ultimate. +NOTE: **Note:** +The Auto SAST job requires GitLab Runner 11.5 or above. + ### Auto Dependency Scanning **[ULTIMATE]** > Introduced in [GitLab Ultimate][ee] 10.7. |