Skip to content

Commit ab478de

Browse files
committed
Update README + remove resolveAsRoot due to a fix in SonarScanner
1 parent 5291702 commit ab478de

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
$ErrorActionPreference = "Stop"
6060
$PSNativeCommandUseErrorActionPreference = $true
61-
${{ runner.temp }}\scanner\dotnet-sonarscanner begin /k:"secure-web-apps_EndToEndSecurityWeb" /o:"secure-web-apps" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.projectBaseDir="D:\a\EndToEndSecurityWeb\EndToEndSecurityWeb" /d:sonar.cs.vscoveragexml.reportsPaths=coverage.xml /d:sonar.terraform.provider.azure.version=4.49.0 /d:sonar.sca.resolveAsRoot=true
61+
${{ runner.temp }}\scanner\dotnet-sonarscanner begin /k:"secure-web-apps_EndToEndSecurityWeb" /o:"secure-web-apps" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.projectBaseDir="D:\a\EndToEndSecurityWeb\EndToEndSecurityWeb" /d:sonar.cs.vscoveragexml.reportsPaths=coverage.xml /d:sonar.terraform.provider.azure.version=4.49.0
6262
dotnet build .\Bff.sln --configuration Release
6363
dotnet-coverage collect 'dotnet test .\tests\BffMicrosoftEntraID.Server.IntegrationTests.csproj' -f xml -o 'coverage.xml'
6464
${{ runner.temp }}\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ nx migrate --run-migrations=migrations.json
7474
- 2024-10-06 Updated Angular 18.2.7, Updated security headers
7575
- 2025-10-27 Updated NuGet packages
7676
- 2025-10-28 Updated frontend packages, added integration tests, added GitHub Actions workflows
77+
- 2025-10-30 Fixed deployment to Azure App Service
7778

7879
## Links
7980

@@ -87,3 +88,4 @@ nx migrate --run-migrations=migrations.json
8788
- [[Webinar] End-to-end security in a web application](https://community.sonarsource.com/t/webinar-end-to-end-security-in-a-web-application/115405)
8889
- [Tutorial: Add Aspire to an existing .NET app](https://learn.microsoft.com/en-us/dotnet/aspire/get-started/add-aspire-existing-app?WT.mc_id=MVP_344197)
8990
- [Orchestrate Node.js apps in Aspire](https://learn.microsoft.com/en-us/dotnet/aspire/get-started/build-aspire-apps-with-nodejs?WT.mc_id=MVP_344197)
91+
- [Deploy to Azure App Service by using GitHub Actions](https://learn.microsoft.com/en-us/azure/app-service/deploy-github-actions?WT.mc_id=MVP_344197)

0 commit comments

Comments
 (0)