diff --git a/.github/workflows/sonar-step-dotnet-analyze.yml b/.github/workflows/sonar-step-dotnet-analyze.yml index 35360914..5009d4dd 100644 --- a/.github/workflows/sonar-step-dotnet-analyze.yml +++ b/.github/workflows/sonar-step-dotnet-analyze.yml @@ -6,11 +6,11 @@ on: RUN_ON: required: false type: string - default: 'zupit-agents' + default: "zupit-agents" RUNNERS_CONTAINER_GROUP: required: false type: string - default: 'Container' + default: "Container" WORKING_DIRECTORY: required: true type: string @@ -98,3 +98,6 @@ jobs: with: WORKING_DIRECTORY: ${{ inputs.WORKING_DIRECTORY }} EXCLUDE_FILES: ${{ inputs.COVERAGE_EXCLUSIONS }} + + - name: End .NET SonarScanner + run: dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"