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