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
d74b186d
Commit
d74b186d
authored
Nov 25, 2020
by
tunde
Committed by
keegan ottoson
Nov 25, 2020
Browse files
[PBDE-409] update the dependency check plugin
parent
5d660032
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
Dockerfile
Dockerfile
+3
-1
deployment/manifests/all.yaml
deployment/manifests/all.yaml
+1
-1
No files found.
Dockerfile
View file @
d74b186d
...
...
@@ -6,9 +6,11 @@ WORKDIR /plugins
# 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/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/
2.0
.6/sonar-dependency-check-plugin-
2.0
.6.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
ls
-al
# Using the current (Nov 10 2020) SHA for the "8.5-community" tag
...
...
deployment/manifests/all.yaml
View file @
d74b186d
...
...
@@ -68,7 +68,7 @@ spec:
fsGroup
:
999
containers
:
-
name
:
sonarqube
image
:
registry.dsop.io/platform-one/big-bang/apps/developer-tools/sonarqube:sonarqube-8.5-community-ib-bb
image
:
registry.dsop.io/platform-one/big-bang/apps/developer-tools/sonarqube:sonarqube-8.5-
0.2-
community-ib-bb
imagePullPolicy
:
IfNotPresent
ports
:
-
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