Skip to content

Commit

Permalink
Changed SonarCloud Repository to Mono Repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashonecker committed Jun 14, 2024
1 parent 27c4f88 commit 99488c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
- name: Build and analyze
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_BACKEND }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
working-directory: backend
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=jonashonecker_ticketscoutbackend
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=jonashonecker_TicketScout
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_FRONTEND }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sonar.projectKey=jonashonecker_ticketscoutfrontend
sonar.projectKey=jonashonecker_TicketScout
sonar.organization=jonashonecker

# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=TicketScoutFrontend
#sonar.projectName=TicketScout
#sonar.projectVersion=1.0


Expand Down

0 comments on commit 99488c0

Please sign in to comment.