UNCLASSIFIED

Commit 8f41f2ab authored by Branden Cobb's avatar Branden Cobb
Browse files

testing plugins 1

parent d4d3add9
Pipeline #465339 failed with stages
in 3 minutes and 49 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.5/sonar-cxx-plugin-2.0.5.2867.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,8 +19,8 @@ OpenShift: ...@@ -19,8 +19,8 @@ OpenShift:
createSCC: true createSCC: true
image: image:
repository: registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube9-community repository: registry.dso.mil/platform-one/big-bang/apps/developer-tools/sonarqube/sonarqube9-community-bb
tag: 9.0-community tag: 9.0-community-bb
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
pullSecret: private-registry pullSecret: private-registry
......
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