Skip to content

Commit

Permalink
Update sonar-scanner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
velomatt authored Nov 22, 2023
1 parent c42300e commit 8918c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec/sonar-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ phases:
-Dsonar.host.url=https://sonarcloud.io \
-Dsonar.pullrequest.github.summary_comment=true \
-Dsonar.pullrequest.github.repository=OpenMPDK/dss-ecosystem \
-Dsonar.pullrequest.key=$(echo $GITHUB_REF | grep -oE "^refs/pull/\K[^/]+") \
-Dsonar.pullrequest.key=$(echo $GITHUB_REF | sed -r "s|^refs/pull/([[:digit:]]+)/.+|\1|g") \
-Dsonar.pullrequest.base=$GITHUB_BASE_REF \
-Dsonar.pullrequest.branch=$GITHUB_HEAD_REF \
-Dsonar.python.coverage.reportPaths=.coverage-reports/coverage-datamover.xml

0 comments on commit 8918c29

Please sign in to comment.