cd-devsecops/DotNet Build & Sonar Analysis
Build .NET project, run Coverlet for test coverage, and SonarQube analysis
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 11, 2026
- License
- None
Pinned Snippet
uses: cd-devsecops/comp-action@c344864e2f5e15bbbbe6ad3591dddb113c931809 # v9tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| dotnet-version | .NET version to use | yes | — |
| sln-path | Path to the .sln file to build (e.g., src/MyApp.sln) | yes | — |
| test-project-path | Path to the test project (.csproj) to run (e.g., test/WMS.UnitTest/WMS.UnitTest.csproj) | yes | — |
| sonar-project-key | SonarQube project key | yes | — |
| sonar-tags | Comma-separated list of required tags (e.g. projectname=myapp,owner=Manish) | yes | — |
| test-exclusions | Comma-separated list of test case paths to exclude | no | "" |
Outputs
no outputs