Skip to content

Commit

Permalink
Merge pull request #103 from sora-xor/feature/DOPS-2614/dojo_sonar
Browse files Browse the repository at this point in the history
DOPS-2614 Set up defectdojo
  • Loading branch information
C4tWithShell authored Sep 13, 2023
2 parents db37ca7 + 52ff682 commit d02b602
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ def jobParams = [
def pipeline = new org.android.AppPipeline(steps: this,
sonar: true,
sonarProjectName: 'sora-passport-android',
sonarProjectKey: 'jp.co.soramitsu:sora-passport-android',
sonarProjectKey: 'sora:sora-passport-android',
testCmd: 'ktlint clean runModuleTests jacocoTestReport',
jobParams: jobParams,
appPushNoti: true,
gitUpdateSubmodule: true,
dockerImage: 'build-tools/android-build-box-jdk11:latest',
gpgFiles: ['app/google-services.json'])
gpgFiles: ['app/google-services.json'],
dojoProductType: 'sora'
)
pipeline.runPipeline('sora')

0 comments on commit d02b602

Please sign in to comment.