UNCLASSIFIED

Commit b901d761 authored by keegan ottoson's avatar keegan ottoson
Browse files

Merge branch 'dev-pbde-409' into 'master'

[PBDE-409] update the dependency check plugin

See merge request !8
parents 5d660032 d74b186d
Pipeline #85674 failed with stages
in 9 seconds
......@@ -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
......
......@@ -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
......
Markdown is supported
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