This commit is contained in:
@@ -31,6 +31,13 @@ jobs:
|
||||
dotnet tool install --global dotnet-sonarscanner
|
||||
echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
|
||||
|
||||
- name: Debug
|
||||
run: |
|
||||
echo "Host URL is: ${{ secrets.SONAR_HOST_URL }}"
|
||||
echo "Token length: ${#SONAR_TOKEN}"
|
||||
env:
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
|
||||
- name: SonarScanner Begin
|
||||
run: |
|
||||
dotnet sonarscanner begin \
|
||||
|
||||
Reference in New Issue
Block a user