Skip to content

Commit

Permalink
fix decoration sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo.andreussi committed Aug 2, 2023
1 parent 3cbf1eb commit 60ef4c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sonarCloud-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B compile org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
-Dsonar.projectKey=org.eclipse_kapua
-Dsonar.organization=eclipse
-Dsonar.projectKey=Agnul97_kapua
-Dsonar.organization=agnul97
-Dsonar.host.url=https://sonarcloud.io
-Dsonar.pullrequest.provider=github
-Dsonar.scm.revision=${{ github.event.workflow_run.head_sha }}
-Dsonar.pullrequest.key=${{ fromJson(steps.get_pr_data.outputs.data).number }}
-Dsonar.pullrequest.branch=${{ fromJson(steps.get_pr_data.outputs.data).head.ref }}
Expand Down

0 comments on commit 60ef4c8

Please sign in to comment.