fix workflow: remove github dependency + duplicate scan
Some checks failed
SonarQube Code Quality Scan / scan (push) Failing after 3s
Some checks failed
SonarQube Code Quality Scan / scan (push) Failing after 3s
This commit is contained in:
@@ -64,9 +64,7 @@ jobs:
|
||||
/d:sonar.sources="./" `
|
||||
/d:sonar.exclusions="**/obj/**,**/bin/**" `
|
||||
/d:sonar.dependencyCheck.xmlReportPath="depcheck/dependency-check-report.xml"
|
||||
|
||||
dotnet build --configuration Release
|
||||
|
||||
dotnet sonarscanner end `
|
||||
/d:sonar.login="${{ secrets.SONAR_TOKEN }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user