Skip to content

Commit

Permalink
Define the base branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vnaskos-sonar committed Dec 17, 2024
1 parent 599e186 commit cd0ab84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus/sonarqube-cloud-analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ elif [ -n "$CIRRUS_PR" ]; then

else
echo '======= Analyze branch'
dotnet sonarscanner begin "${SONAR_PARAMS[@]}" -d:sonar.branch.name="${CIRRUS_BRANCH}"
dotnet sonarscanner begin "${SONAR_PARAMS[@]}" -d:sonar.branch.name="${CIRRUS_BRANCH}" -d:sonar.branch.target="${CIRRUS_BASE_BRANCH}"
fi

0 comments on commit cd0ab84

Please sign in to comment.