Commit b442d123 authored by Erick Bajao's avatar Erick Bajao

Improve suggestion about SP_VERSION hardcoding

parent bf0b3bce
...@@ -140,9 +140,10 @@ code_quality: ...@@ -140,9 +140,10 @@ code_quality:
In GitLab 12.6, Code Quality switched to the In GitLab 12.6, Code Quality switched to the
[new versioning scheme](https://gitlab.com/gitlab-org/security-products/codequality/merge_requests/38). [new versioning scheme](https://gitlab.com/gitlab-org/security-products/codequality/merge_requests/38).
So for the job to work on GitLab 12.11 and later, it is highly recommended to include the It is highly recommended to include the Code Quality template as shown in the
Code Quality template as shown in the [example configuration](#example-configuration). Alternatively, the `SP_VERSION` [example configuration](#example-configuration), which uses the new versioning scheme.
variable will have to be hardcoded like: If not using the template, the `SP_VERSION` variable can be hardcoded to use the
new image versions:
```yaml ```yaml
code_quality: code_quality:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment