rightnowministries/SonarCloud Scanner (dotnet)

Runs SonarCloud Static Analysis and Code Coverage for .Net Core Projects

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 10, 2026
License
GPL 3.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: rightnowministries/dotnet-sonar-scanner@dfcd1b964289d010f495727b01ae9a78b3eed7c5 # v2.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
sonar-tokenSonar Auth Tokenyes
sonar-project-keySonarCloud Project Keyyes
sonar-organizationSonarCloud Organizationyes
sonar-urlSonarCloud URLhttps://sonarcloud.io
sonar-exclusionsList of files excluded from SonarCloud Static Analysis
sonar-code-coverage-exclusionsList of files excluded from SonarCloud Code Coverage Analysis""
sonar-duplication-exclusionsList of files excluded from SonarCloud Duplication Analysis
dotnet-test-projectProject name for test coverage. If not provided, all tests will run.""
copy-aspnetcore-refsCopy ASP.NET Core reference assemblies from test output refs folders before coverage runs.true
copy-dllsCopy DLLs to a directory. If not provided, the Copy DLLs step will be skipped.false
files-to-copyList of files to copy.""
copy-to-directoryDirectory to copy the files to.""

no outputs