Skip to content
Snippets Groups Projects
Commit 737ce332 authored by Teake Nutma's avatar Teake Nutma
Browse files

Add sonar-scanner-cli Docker image

parent 9ab22299
Branches
No related merge requests found
FROM sonarsource/sonar-scanner-cli:4.7
LABEL description="SonarScanner + other utils"
RUN apk add --no-cache curl jq \
# We need at least pylint 2.13.5 to fix https://github.com/PyCQA/pylint/issues/6089
&& pip install pylint --upgrade \
&& pip install coverage-fixpaths pylint-sonarjson
=================
sonar-scanner-cli
=================
Docker image for SonarScanner + handy utilities to call the SonarQube API.
include:
- local: '/templates/shared/stages.yml'
- local: '/templates/shared/all.yml'
.abstract_sonar:
image:
name: omegacen/sonar-scanner-cli
name: ${CI_AWE_IMAGE_BASE}/sonar-scanner-cli:${CI_AWE_IMAGE_TAG}
entrypoint: [""]
stage: quality
variables:
......
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