Skip to content

Commit

Permalink
fix sonar key
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 committed Nov 12, 2024
1 parent b1552e7 commit 3049b47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/iroha2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
${{ runner.os }}-gradle-
- name: Build with Gradle & Sonarqube analysis
run: |
./gradlew build --info
./gradlew test --info
./gradlew jacocoTestReport --info
./gradlew sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }} --info
./gradlew build
./gradlew test
./gradlew jacocoTestReport
./gradlew sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }}
- name: DefectDojo
if: always()
uses: C4tWithShell/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ subprojects {

sonar {
properties {
property "sonar.projectKey", "hyperledger-iroha:iroha-java"
property "sonar.projectKey", "iroha-java"
property "sonar.host.url", "https://sonar.katana.soramitsu.co.jp"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.projectName", "${project.group}:${rootProject.name}.${project.name}"
Expand Down

0 comments on commit 3049b47

Please sign in to comment.