Skip to content

Commit

Permalink
Remove github/gitlab plugins (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
InfoSec812 authored and oybed committed Jun 14, 2019
1 parent 2923cd3 commit d13a5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonarqube/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM docker.io/sonarqube:latest

USER root
ARG sonar_plugins="pmd gitlab github ldap"
ARG sonar_plugins="pmd ldap"
ADD sonar.properties /opt/sonarqube/conf/sonar.properties
ADD run.sh /opt/sonarqube/bin/run.sh
CMD /opt/sonarqube/bin/run.sh
Expand Down

0 comments on commit d13a5bb

Please sign in to comment.