mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Include jq in golangci-lint-alpine
The codequality report format is in json, adding the jq utility will enable users to query, manipulate, and analyze the results of the report. Example: https://gitlab.com/gitlab-org/gitlab/merge_requests/20404#note_262017873 Related to: https://gitlab.com/gitlab-org/gitlab/merge_requests/20404
This commit is contained in:
parent
7021485b65
commit
47b2b8d529
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
FROM golangci/golangci-lint:v1.21-alpine
|
||||
# git must be installed for golangci-lint's --new-from-rev flag to work.
|
||||
RUN apk --no-cache add git
|
||||
RUN apk --no-cache add git jq
|
||||
# Include a default .golangci.yml
|
||||
COPY /assets/.golangci.yml /golangci/.golangci.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue