Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Report generated successfully.
### Parameters

- `--project-id`: SonarQube Project ID. Supports a list of project ids separated by a space or a file where each project is on its own line.
- `--token`: SonarQube API Token base64 encoded
- `--token`: SonarQube API Token base64 encoded. Can be user token without base64 encoding.
- `--host`: SonarQube Host (default: `http://localhost:9000`)
- `--include-issue-details`: Whether to include a detailed table of all the fetched issues or provide just the overall results (default: `false`)
- `--anonymous`: Whether to replace the repository names with `Project <number>` and parse the full paths of the
Expand Down