Skip to content

Commit 3049b47

Browse files
committed
fix sonar key
Signed-off-by: BAStos525 <jungle.vas@yandex.ru>
1 parent b1552e7 commit 3049b47

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/iroha2.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
${{ runner.os }}-gradle-
2626
- name: Build with Gradle & Sonarqube analysis
2727
run: |
28-
./gradlew build --info
29-
./gradlew test --info
30-
./gradlew jacocoTestReport --info
31-
./gradlew sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }} --info
28+
./gradlew build
29+
./gradlew test
30+
./gradlew jacocoTestReport
31+
./gradlew sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }}
3232
- name: DefectDojo
3333
if: always()
3434
uses: C4tWithShell/defectdojo-action@1.0.5

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ subprojects {
112112

113113
sonar {
114114
properties {
115-
property "sonar.projectKey", "hyperledger-iroha:iroha-java"
115+
property "sonar.projectKey", "iroha-java"
116116
property "sonar.host.url", "https://sonar.katana.soramitsu.co.jp"
117117
property "sonar.java.coveragePlugin", "jacoco"
118118
property "sonar.projectName", "${project.group}:${rootProject.name}.${project.name}"

0 commit comments

Comments
 (0)