UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Developer Tools
sonarqube
Commits
8f41f2ab
Commit
8f41f2ab
authored
Sep 07, 2021
by
Branden Cobb
Browse files
testing plugins 1
parent
d4d3add9
Pipeline
#465339
failed with stages
in 3 minutes and 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
Dockerfile
Dockerfile
+9
-0
chart/values.yaml
chart/values.yaml
+2
-2
No files found.
Dockerfile
0 → 100644
View file @
8f41f2ab
# 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
chart/values.yaml
View file @
8f41f2ab
...
@@ -19,8 +19,8 @@ OpenShift:
...
@@ -19,8 +19,8 @@ OpenShift:
createSCC
:
true
createSCC
:
true
image
:
image
:
repository
:
registry
1
.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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment