Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit d95061e

Browse files
committed
update sonar-scanner and cnes-report
1 parent 5d78d3c commit d95061e

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ listed in the changelog.
1919

2020
- sonar-scanner does not start properly: java is lacking tzdb.dat ([#723](https://github.com/opendevstack/ods-pipeline/issues/723))
2121

22+
- update sonar-scanner and cnes-report ([#725](https://github.com/opendevstack/ods-pipeline/issues/725))
23+
24+
2225
## [0.13.2] - 2023-07-18
2326

2427
### Fixed

build/package/Dockerfile.sonar

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
44
USER root
55
WORKDIR /usr/src/app
66

7-
ENV SONAR_SCANNER_VERSION=4.6.2.2472 \
8-
CNES_REPORT_VERSION=4.0.0
7+
ENV SONAR_SCANNER_VERSION=4.8.0.2856 \
8+
CNES_REPORT_VERSION=4.2.0
99

1010
# Build Go binary.
1111
COPY go.mod .
@@ -37,7 +37,7 @@ ENV SONAR_EDITION="community" \
3737
JAVA_HOME=/usr/lib/jvm/jre-11
3838

3939
RUN microdnf install --nodocs java-11-openjdk-headless tzdata-java which && microdnf clean all
40-
# tzdata-java was missing unless explicitly installed: see https://stackoverflow.com/a/76848186
40+
# tzdata-java was missing unless explicitly installed: see https://stackoverflow.com/a/76848186
4141

4242
COPY --from=builder /usr/local/bin/sonar /usr/local/bin/sonar
4343
COPY --from=builder /usr/local/sonar-scanner-cli /usr/local/sonar-scanner-cli

docs/design/software-design-specification.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,13 +557,13 @@ a| The script installs the Helm chart located in `deploy/ods-pipeline`. Further,
557557

558558
| SDS-EXT-7
559559
| sonar-scanner
560-
| 4.6
560+
| 4.8
561561
| General purpose SonarQube scanner
562562
| https://github.com/SonarSource/sonar-scanner-cli
563563

564564
| SDS-EXT-8
565565
| cnes-report
566-
| 4.0
566+
| 4.2
567567
| Exports code analysis from a SonarQube server in various file formats.
568568
| https://github.com/cnescatlab/sonar-cnes-report
569569

0 commit comments

Comments
 (0)