Skip to content
Snippets Groups Projects
Commit 45f231a0 authored by Hugo Buddelmeijer's avatar Hugo Buddelmeijer
Browse files

Merge branch 'tnutma/feature/sonar-scanner-cli' into 'master'

Add sonar-scanner-cli Docker image

See merge request omegacen/ci-templates!57
parents 0053fde6 737ce332
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