From d74b186d7dc89dc7b21ee2817270eb2839d618f7 Mon Sep 17 00:00:00 2001 From: tunde Date: Wed, 25 Nov 2020 21:13:29 +0000 Subject: [PATCH] [PBDE-409] update the dependency check plugin --- Dockerfile | 4 +++- deployment/manifests/all.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d66dbd3..4ad29f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,9 +6,11 @@ WORKDIR /plugins # Fetch oidc plugin RUN wget --quiet https://github.com/vaulttec/sonar-auth-oidc/releases/download/v2.0.0/sonar-auth-oidc-plugin-2.0.0.jar -RUN wget --quiet https://github.com/dependency-check/dependency-check-sonar-plugin/releases/download/1.2.6/sonar-dependency-check-plugin-1.2.6.jar +RUN wget --quiet https://github.com/dependency-check/dependency-check-sonar-plugin/releases/download/2.0.6/sonar-dependency-check-plugin-2.0.6.jar RUN wget --quiet https://github.com/SonarOpenCommunity/sonar-cxx/releases/download/cxx-1.3.2/sonar-c-plugin-1.3.2.1853.jar RUN wget --quiet https://github.com/SonarOpenCommunity/sonar-cxx/releases/download/cxx-1.3.2/sonar-cxx-plugin-1.3.2.1853.jar + + RUN ls -al # Using the current (Nov 10 2020) SHA for the "8.5-community" tag diff --git a/deployment/manifests/all.yaml b/deployment/manifests/all.yaml index c3a9b80..92c316e 100644 --- a/deployment/manifests/all.yaml +++ b/deployment/manifests/all.yaml @@ -68,7 +68,7 @@ spec: fsGroup: 999 containers: - name: sonarqube - image: registry.dsop.io/platform-one/big-bang/apps/developer-tools/sonarqube:sonarqube-8.5-community-ib-bb + image: registry.dsop.io/platform-one/big-bang/apps/developer-tools/sonarqube:sonarqube-8.5-0.2-community-ib-bb imagePullPolicy: IfNotPresent ports: - name: http -- GitLab