Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
f2calv committed Jun 23, 2024
1 parent 3168d6b commit cad3cf2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# GitHub Action: SonarQube Analysis
# GitHub Action: SonarQube Analysis for .NET

Minimal implementation;

```yaml
steps:

- uses: f2calv/gha-sonarqube@v1
- uses: f2calv/gha-sonarqube-dotnet@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
BuildConfiguration: Release
```
## Inputs
- GITHUB_TOKEN
- SONAR_TOKEN - this is optional, if the token isn't passed in then the action will post a warning but continue to completion.
- BuildConfiguration, `Debug` or `Release`
- 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`

0 comments on commit cad3cf2

Please sign in to comment.