Skip to content

Commit

Permalink
test: sonar-dotnet container for sonar 10.6 (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
JossWhittle authored Jan 9, 2025
1 parent 77b028d commit 1100be6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/azurekeycloaktester-sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ concurrency:

jobs:
azurekeycloaktester-sonar:
uses: SwanseaUniversityMedical/workflows/.github/workflows/sonar-dotnet.yaml@v1.0.5-sonar-dotnet
uses: SwanseaUniversityMedical/workflows/.github/workflows/sonar-dotnet.yaml@v2.0.0-sonar-dotnet
with:
project-name: "workflows-test-azurekeycloaktester"
project-file: "AzureKeycloakTester.csproj"
project-context: "containers/AzureKeycloakTester"
sonar-url: ${{ vars.SONAR_URL }}
sonar-url: ${{ vars.SONAR_PROD_URL }}
secrets:
sonar-token: ${{ secrets.SONAR_TOKEN }}
sonar-token: ${{ secrets.SONAR_PROD_TOKEN }}
1 change: 1 addition & 0 deletions containers/AzureKeycloakTester/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@
}
}
}

0 comments on commit 1100be6

Please sign in to comment.