https://github.com/f2calv/gha-sonarqube-dotnet
GitHub Action for SonarQube analysis of .NET projects
https://github.com/f2calv/gha-sonarqube-dotnet
github-action sonarqube sonarqube-analysis
Last synced: about 1 year ago
JSON representation
GitHub Action for SonarQube analysis of .NET projects
- Host: GitHub
- URL: https://github.com/f2calv/gha-sonarqube-dotnet
- Owner: f2calv
- License: mit
- Created: 2022-04-05T01:35:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T01:41:28.000Z (almost 2 years ago)
- Last Synced: 2025-03-01T23:23:30.445Z (over 1 year ago)
- Topics: github-action, sonarqube, sonarqube-analysis
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Action: SonarQube Analysis for .NET
Minimal implementation;
```yaml
steps:
- uses: f2calv/gha-sonarqube-dotnet@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
```
## Inputs
- GITHUB_TOKEN
- SONAR_TOKEN - this is optional, if the token isn't passed in then the action will still execute run but will also post a warning and the critical SonarQube won't happen.
- _(optional)_ BuildConfiguration, `Debug` or `Release`