1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-07-17 01:42:25 +02:00

Update sonarqube.yml

This commit is contained in:
Anton Titovets
2024-02-22 16:34:21 +03:00
committed by GitHub
parent 7cc89f6fb7
commit e60a1d5c20

View File

@ -64,7 +64,4 @@ jobs:
run: sonar-scanner
-Dsonar.login=${{ secrets.SONAR_TOKEN }}
-Dsonar.host.url=https://api.athenaeum.digital/Sonar
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
-Dsonar.pullrequest.branch=${{ github.event.pull_request.head.ref }}
-Dsonar.pullrequest.base=${{ github.event.pull_request.base.ref }}
-Dsonar.scm.revision=${{ github.event.pull_request.head.sha }}