Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b442d123
Commit
b442d123
authored
Jan 10, 2020
by
Erick Bajao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve suggestion about SP_VERSION hardcoding
parent
bf0b3bce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
doc/user/project/merge_requests/code_quality.md
doc/user/project/merge_requests/code_quality.md
+4
-3
No files found.
doc/user/project/merge_requests/code_quality.md
View file @
b442d123
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment