UNCLASSIFIED

Commit d4d3add9 authored by Branden Cobb's avatar Branden Cobb
Browse files

plugins don't work with version 9

parent 257da2bb
Pipeline #465317 failed with stages
in 4 minutes and 5 seconds
# Start with the IronBank Image
FROM registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube9-community:9.0-community
# Add needed Plugins
ADD https://github.com/dependency-check/dependency-check-sonar-plugin/releases/download/2.0.8/sonar-dependency-check-plugin-2.0.8.jar /opt/sonarqube/extensions/plugins/
ADD https://github.com/SonarOpenCommunity/sonar-cxx/releases/download/cxx-2.0.4/sonar-cxx-plugin-2.0.4.2806.jar /opt/sonarqube/extensions/plugins/
ADD https://github.com/OtherDevOpsGene/zap-sonar-plugin/releases/download/sonar-zap-plugin-2.3.0/sonar-zap-plugin-2.3.0.jar /opt/sonarqube/extensions/plugins/
USER root
RUN chown -R sonarqube:sonarqube /opt/sonarqube/extensions/plugins
USER sonarqube
...@@ -19,7 +19,7 @@ OpenShift: ...@@ -19,7 +19,7 @@ OpenShift:
createSCC: true createSCC: true
image: image:
repository: registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube9-community:9.0-community repository: registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube9-community
tag: 9.0-community tag: 9.0-community
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# If using a private repository, the name of the imagePullSecret to use # If using a private repository, the name of the imagePullSecret to use
......
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