diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-01-03 10:02:26 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-01-03 10:02:26 +0000 |
commit | 4484a925ab04e5fc8245ca5bb68076101f862bf6 (patch) | |
tree | da5cedb51b405482b6ec7afbfd77a62218e8376e | |
parent | 2caf2c9c6046aee10c63540174b38674b3e576bd (diff) | |
parent | 52d8b346ca1e07e855791996e09aba2f4a241a21 (diff) | |
download | gitlab-ce-4484a925ab04e5fc8245ca5bb68076101f862bf6.tar.gz |
Merge branch 'docs/add-requirements-for-auto-sast' into 'master'
Add requirements for Auto SAST
See merge request gitlab-org/gitlab-ce!24104
-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. |