mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
Update sonarscan.yml
This commit is contained in:
parent
909669a6e7
commit
c10460d036
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sonarscan.yml
vendored
2
.github/workflows/sonarscan.yml
vendored
|
@ -45,6 +45,6 @@ jobs:
|
||||||
# The organization and project arguments (see /o and /k) are displayed
|
# The organization and project arguments (see /o and /k) are displayed
|
||||||
# on the project dashboard in SonarCloud.
|
# on the project dashboard in SonarCloud.
|
||||||
run: |
|
run: |
|
||||||
.\.sonar\scanner\dotnet-sonarscanner begin /k:"SonarSource_sonarcloud-github-action-samples" /o:"sonarsource" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
|
.\.sonar\scanner\dotnet-sonarscanner begin /k:"Ombi-app_Ombi" /o:"ombi-app" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
|
||||||
dotnet build src/Ombi.sln
|
dotnet build src/Ombi.sln
|
||||||
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
|
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue