-
Notifications
You must be signed in to change notification settings - Fork 5
Feature/alec 247 sonar security #94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
ALEC-247
comment other jobs to test sonar faster ALEC-247
comment other jobs to test sonar faster ALEC-247
comment other jobs to test sonar faster ALEC-247
comment other jobs to test sonar faster ALEC-247
comment other jobs to test sonar faster ALEC-247
comment other jobs to test sonar faster ALEC-247
add profile sonar ALEC-247
This reverts commit 287bc65
o make getSituationStatusList return longId to match id from the UI ALEC-252
* Fix smoke test by updating ranking for cluster engine cluster should not be the highest ranking when multiple engine are available.
Array is Stored Directly ( PMD ) and Method returns internal array ( PMD )
Array is Stored Directly ( PMD ) and Method returns internal array ( PMD )
fixed jacoco: https://stackoverflow.com/questions/18107375/getting-skipping-jacoco-execution-due-to-missing-execution-data-file-upon-exec remove unused scripts try sonar.login into profile
o fix sonar issue ALEC-251
without ${argLine} jacoco won't work, but it breaks the build
This reverts commit 03301ea.
This reverts commit ff36901.
This reverts commit 3640d55.
This reverts commit 6749e60.
Kudos, SonarCloud Quality Gate passed!
|
<!-- see: https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class --> | ||
<argLine>-Xmx1024m -Xms1024m -XX:MaxPermSize=512m -Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine> | ||
</configuration> | ||
<!-- this causes the sonar scan to fail--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe just disable it in the sonar profile?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Won't this affect sonar testing coverage ?
No description provided.