Skip to content

Commit 3933c6c

Browse files
Merge pull request #92 from diegopereiraeng/main
Update README.md
2 parents ff61704 + 7d97ba8 commit 3933c6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ spec:
112112
- Example: `"token": "your-sonarqube-token"`
113113
- `ver`: The version of the project.
114114
- Example: `"ver": "1.0.0"`
115+
- `workspace`: The workspace folder that will be passed to SonarQube CLI in case you are not cloning or scaning the /harness folder directly.
116+
- Example: `"workspace": "/harness/subfolder"`
115117
- `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.
116118
- Example: `"branch": "master"`
117119
- `timeout`: The timeout for the Sonar scanner.

0 commit comments

Comments
 (0)