File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 4444 - run : dotnet tool install --global dotnet-sonarscanner --version 4.10.0
4545
4646 # Старт SonarScanner
47- - run : dotnet sonarscanner begin /k:"1script-web" /d:sonar.login= ${{ env.TOKEN }} /d:sonar.host.url=https://sonar.openbsl.ru/
47+ - run : dotnet sonarscanner begin /k:"1script-web" /d:sonar.login=${{ env.TOKEN }} /d:sonar.host.url=https://sonar.openbsl.ru/ /d:sonar.exclusions=Include
4848 env :
4949 TOKEN : ${{ secrets.SONAR_TOKEN }}
5050
5353 run : dotnet build ${{env.MAIN_PROJECT}} -c Release -r ${{matrix.RID}} -f ${{ matrix.target }}
5454
5555 # Завершение SonarScanner
56- - run : dotnet sonarscanner end /d:sonar.login= ${{ env.TOKEN }}
56+ - run : dotnet sonarscanner end /d:sonar.login=${{ env.TOKEN }}
5757 env :
5858 TOKEN : ${{ secrets.SONAR_TOKEN }}
5959
You can’t perform that action at this time.
0 commit comments