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
6709c769
Commit
6709c769
authored
Oct 01, 2020
by
keegan ottoson
Committed by
andrew.greene
Oct 01, 2020
Browse files
Fix issue from adding C/C++ plugins
parent
18fca7ee
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
8 deletions
+3
-8
CHANGELOG.md
CHANGELOG.md
+2
-0
Dockerfile
Dockerfile
+0
-7
deployment/manifests/all.yaml
deployment/manifests/all.yaml
+1
-1
No files found.
CHANGELOG.md
View file @
6709c769
...
@@ -11,3 +11,5 @@ Added logging instructions to docs 7/22/2020
...
@@ -11,3 +11,5 @@ Added logging instructions to docs 7/22/2020
Added auth-oidc plugin version 2.0.0
Added auth-oidc plugin version 2.0.0
Added plugins for scanning C/C++ code 10/01/2020
Dockerfile
View file @
6709c769
...
@@ -7,13 +7,6 @@ WORKDIR /plugins
...
@@ -7,13 +7,6 @@ WORKDIR /plugins
# Fetch oidc plugin
# Fetch oidc plugin
RUN
wget
--quiet
https://github.com/vaulttec/sonar-auth-oidc/releases/download/v2.0.0/sonar-auth-oidc-plugin-2.0.0.jar
RUN
wget
--quiet
https://github.com/vaulttec/sonar-auth-oidc/releases/download/v2.0.0/sonar-auth-oidc-plugin-2.0.0.jar
RUN
wget
--quiet
https://github.com/dependency-check/dependency-check-sonar-plugin/releases/download/1.2.6/sonar-dependency-check-plugin-1.2.6.jar
RUN
wget
--quiet
https://github.com/dependency-check/dependency-check-sonar-plugin/releases/download/1.2.6/sonar-dependency-check-plugin-1.2.6.jar
RUN
wget
--quiet
https://github.com/SonarSource/SonarTS/releases/download/v1.9.0/sonar-typescript-plugin-1.9.0.3766.jar
RUN
wget
--quiet
https://github.com/SonarSource/SonarJS/releases/download/5.2.1.7778/sonar-javascript-plugin-5.2.1.7778.jar
RUN
wget
--quiet
https://github.com/SonarSource/sonar-dotnet/releases/download/8.0.0.9566/sonar-csharp-plugin-8.0.0.9566.jar
RUN
wget
--quiet
https://github.com/SonarSource/sonar-go/releases/download/1.1.1.2000/sonar-go-plugin-1.1.1.2000.jar
RUN
wget
--quiet
https://binaries.sonarsource.com/Distribution/sonar-python-plugin/sonar-python-plugin-2.0.0.5043.jar
RUN
wget
--quiet
https://binaries.sonarsource.com/Distribution/sonar-java-plugin/sonar-java-plugin-5.14.0.18788.jar
RUN
wget
--quiet
https://binaries.sonarsource.com/Distribution/sonar-jacoco-plugin/sonar-jacoco-plugin-1.0.2.475.jar
RUN
wget
--quiet
https://github.com/SonarOpenCommunity/sonar-cxx/releases/download/cxx-1.3.2/sonar-c-plugin-1.3.2.1853.jar
RUN
wget
--quiet
https://github.com/SonarOpenCommunity/sonar-cxx/releases/download/cxx-1.3.2/sonar-c-plugin-1.3.2.1853.jar
RUN
wget
--quiet
https://github.com/SonarOpenCommunity/sonar-cxx/releases/download/cxx-1.3.2/sonar-cxx-plugin-1.3.2.1853.jar
RUN
wget
--quiet
https://github.com/SonarOpenCommunity/sonar-cxx/releases/download/cxx-1.3.2/sonar-cxx-plugin-1.3.2.1853.jar
RUN
ls
-al
RUN
ls
-al
...
...
deployment/manifests/all.yaml
View file @
6709c769
...
@@ -68,7 +68,7 @@ spec:
...
@@ -68,7 +68,7 @@ spec:
fsGroup
:
999
fsGroup
:
999
containers
:
containers
:
-
name
:
sonarqube
-
name
:
sonarqube
image
:
registry.dsop.io/platform-one/apps/sonarqube:8.4-0.1.
0
image
:
registry.dsop.io/platform-one/apps/sonarqube:8.4-0.1.
2
imagePullPolicy
:
IfNotPresent
imagePullPolicy
:
IfNotPresent
ports
:
ports
:
-
name
:
http
-
name
:
http
...
...
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