diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index d21cf6c16..9d4f44ad3 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -36,4 +36,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} - run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=datasafe \ No newline at end of file + run: mvn -B -PIT verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=datasafe \ No newline at end of file