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
deec6656
Commit
deec6656
authored
Sep 02, 2021
by
Branden Cobb
Browse files
plugin updates
parent
aa862d42
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
Dockerfile
Dockerfile
+2
-4
No files found.
Dockerfile
View file @
deec6656
...
...
@@ -2,11 +2,9 @@
FROM
registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube8-community:8.9-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-1.3.3/sonar-c-plugin-1.3.3.2051.jar /opt/sonarqube/extensions/plugins/
ADD
https://github.com/SonarOpenCommunity/sonar-cxx/releases/download/cxx-2.0.2/sonar-cxx-plugin-2.0.2.2734.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/dmeiners88/sonarqube-prometheus-exporter/releases/download/v1.0.0-SNAPSHOT-2018-07-04/sonar-prometheus-exporter-1.0.0-SNAPSHOT.jar /opt/sonarqube/extensions/plugins/
ADD
https://github.com/vaulttec/sonar-auth-oidc/releases/download/v2.0.0/sonar-auth-oidc-plugin-2.0.0.jar /opt/sonarqube/extensions/plugins/
ADD
https://github.com/OtherDevOpsGene/zap-sonar-plugin/releases/download/sonar-zap-plugin-2.2.0/sonar-zap-plugin-2.2.0.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
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