fix workflow: remove github dependency + duplicate scan
Some checks failed
SonarQube Code Quality Scan / scan (push) Failing after 13s
Some checks failed
SonarQube Code Quality Scan / scan (push) Failing after 13s
This commit is contained in:
@@ -41,5 +41,9 @@ jobs:
|
||||
/d:sonar.language="csharp" `
|
||||
/d:sonar.exclusions="**/obj/**,**/bin/Debug/**" `
|
||||
/d:sonar.coverage.exclusions="**/Test/**,**/*.Tests.cs"
|
||||
|
||||
/d:sonar.dependencyCheck.enabled=true `
|
||||
/d:sonar.dependencyCheck.nuget.enabled=true `
|
||||
/d:sonar.dependencyCheck.reportPath="./dependency-check-report.xml"
|
||||
dotnet build --configuration Release
|
||||
dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
|
||||
Reference in New Issue
Block a user