Skip to content

Commit 34ab87c

Browse files
Update README.md
1 parent 136ea9a commit 34ab87c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ steps:
175175
- Example: `"host": "https://sonarqube.example.com"`
176176
- `token`: The token for authenticating with the SonarQube server.
177177
- Example: `"token": "your-sonarqube-token"`
178-
- `ver`: The version of the project.
179-
- Example: `"ver": "1.0.0"`
178+
- `build_number`: The version of the project.
179+
- Example: `"build_number": "1.0.0"`
180180
- `workspace`: The workspace folder that will be passed to SonarQube CLI in case you are not cloning or scaning the /harness folder directly.
181181
- Example: `"workspace": "/harness/subfolder"`
182182
- `branch`: The branch of the project. This parameter is used to specify the branch of your codebase that the results should be matched with. If you're working on multiple branches, it's important to specify the correct branch to ensure that you're looking at the correct set of results.

0 commit comments

Comments
 (0)