File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55### Added
66
77### Changed
8+ - Change Cnes report to custom SonarQube report ([ #1354 ] ( https://github.com/opendevstack/ods-core/pull/1354 ) )
89- Adapted Sonarqube server configuration to make projects private and have custom gate ([ #1347 ] ( https://github.com/opendevstack/ods-core/pull/1347 ) )
910- Update Aqua cli to 2022.4.829 ([ #1353 ] ( https://github.com/opendevstack/ods-core/pull/1353 ) )
1011
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM quay.io/openshift/origin-jenkins-agent-base
33SHELL ["/bin/bash", "-o", "pipefail", "-c"]
44
55ENV SONAR_SCANNER_VERSION=6.2.1.4610 \
6- CNES_REPORT_VERSION=5.0.0 \
6+ SONAR_REPORT_VERSION=1.1 \
77 COSIGN_VERSION=2.4.3 \
88 TAILOR_VERSION=1.3.4 \
99 SOPS_VERSION=3.9.0 \
@@ -57,12 +57,12 @@ RUN cd /tmp \
5757 && /usr/local/sonar-scanner-cli/bin/sonar-scanner --version
5858ENV PATH=/usr/local/sonar-scanner-cli/bin:$PATH
5959
60- # Add sq cnes report jar.
60+ # Add sq report jar.
6161RUN cd /tmp \
62- && curl -sSL https://github.com/cnescatlab /sonar-cnes- report/releases/download/${CNES_REPORT_VERSION }/sonar-cnes- report-${CNES_REPORT_VERSION }.jar -o cnesreport .jar \
63- && mkdir /usr/local/cnes \
64- && mv cnesreport .jar /usr/local/cnes/cnesreport .jar \
65- && chmod 777 /usr/local/cnes/cnesreport .jar
62+ && curl -sSL https://github.com/opendevstack /sonar-report/releases/download/v${SONAR_REPORT_VERSION }/sonar-report-v${SONAR_REPORT_VERSION }.jar -o sonar-report .jar \
63+ && mkdir /usr/local/sonar \
64+ && mv sonar-report .jar /usr/local/sonar/sonar-report .jar \
65+ && chmod 777 /usr/local/sonar/sonar-report .jar
6666
6767# Install sigstore/cosign
6868RUN cd /tmp \
You can’t perform that action at this time.
0 commit comments