Skip to content

Commit

Permalink
SonarQube projet key enforce as parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sgaspari authored Mar 22, 2024
1 parent 9a6e5a0 commit a2a15da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.organization=psa -Dsonar.host.url=https://sonarcloud.io
run: mvn -B org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.organization=psa -Dsonar.projectKey=Stellantis_sonarqube-cleanup-cli -Dsonar.host.url=https://sonarcloud.io
- name: Deploy Snapshot (without test, already executed)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a2a15da

Please sign in to comment.