mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-16 10:58:28 +00:00
fixup! Update README.md
This commit is contained in:
parent
21cc32a7ba
commit
3dd0832183
1 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ jobs:
|
||||||
You can change the analysis base directory by using the optional input `projectBaseDir` like this:
|
You can change the analysis base directory by using the optional input `projectBaseDir` like this:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Analyze with SonarQube
|
- name: SonarQube Scan
|
||||||
uses: sonarsource/sonarqube-scan-action@master
|
uses: sonarsource/sonarqube-scan-action@master
|
||||||
with:
|
with:
|
||||||
projectBaseDir: app/src
|
projectBaseDir: app/src
|
||||||
|
|
@ -62,7 +62,7 @@ You can change the analysis base directory by using the optional input `projectB
|
||||||
In case you need to add additional analysis parameters, you can use the `args` option:
|
In case you need to add additional analysis parameters, you can use the `args` option:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Analyze with SonarQube
|
- name: SonarQube Scan
|
||||||
uses: sonarsource/sonarqube-scan-action@master
|
uses: sonarsource/sonarqube-scan-action@master
|
||||||
with:
|
with:
|
||||||
projectBaseDir: app/src
|
projectBaseDir: app/src
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue