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
bea593a0
Commit
bea593a0
authored
Sep 07, 2021
by
Branden Cobb
Browse files
cxx plugin doesn't work with v9
parent
8f41f2ab
Pipeline
#465377
failed with stages
in 4 minutes and 2 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+1
-2
chart/tests/cypress/sonarqube-health.spec.js
chart/tests/cypress/sonarqube-health.spec.js
+1
-0
No files found.
Dockerfile
View file @
bea593a0
...
@@ -2,8 +2,7 @@
...
@@ -2,8 +2,7 @@
FROM
registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube9-community:9.0-community
FROM
registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube9-community:9.0-community
# Add needed Plugins
# 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/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/
#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
USER
root
RUN
chown
-R
sonarqube:sonarqube /opt/sonarqube/extensions/plugins
RUN
chown
-R
sonarqube:sonarqube /opt/sonarqube/extensions/plugins
USER
sonarqube
USER
sonarqube
chart/tests/cypress/sonarqube-health.spec.js
View file @
bea593a0
...
@@ -12,6 +12,7 @@ describe('Basic Sonarqube', function() {
...
@@ -12,6 +12,7 @@ describe('Basic Sonarqube', function() {
cy
.
get
(
'
input[name="password"]
'
).
type
(
Cypress
.
env
(
'
newpassword
'
))
cy
.
get
(
'
input[name="password"]
'
).
type
(
Cypress
.
env
(
'
newpassword
'
))
cy
.
get
(
'
input[name="password_confirmation"]
'
).
type
(
Cypress
.
env
(
'
newpassword
'
))
cy
.
get
(
'
input[name="password_confirmation"]
'
).
type
(
Cypress
.
env
(
'
newpassword
'
))
cy
.
get
(
'
button[id="change-password"]
'
).
click
()
cy
.
get
(
'
button[id="change-password"]
'
).
click
()
cy
.
contains
(
"
I understand the risk
"
).
click
()
cy
.
title
().
should
(
'
include
'
,
'
How do you want to create your project?
'
)
cy
.
title
().
should
(
'
include
'
,
'
How do you want to create your project?
'
)
}
else
{
}
else
{
cy
.
title
().
should
(
'
include
'
,
'
How do you want to create your project?
'
)
cy
.
title
().
should
(
'
include
'
,
'
How do you want to create your project?
'
)
...
...
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