You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-a, --auth=<your-sonar-api-key> (required) SonarQube API Key / User Token - please ensure that the user has permissions for the project (including seeing the code)
@@ -1133,6 +1133,10 @@ convert sonarqube2hdf Pull SonarQube vulnerabilities for the specified
1133
1133
-b, --branch=<target-branch> Requires Sonarqube Developer Edition or above
1134
1134
-p, --pullRequestID=<pull-request-id> Requires Sonarqube Developer Edition or above
1135
1135
-g, --organization=<value> SonarQube organization name - used as a default when necessary to access rule descriptions
1136
+
-s, --excludeIssueStatuses=<value> Comma-separated list of issue statuses to EXCLUDE from results
1137
+
(e.g. "ACCEPTED,IN_SANDBOX"). Replaces the default exclusions
1138
+
(FALSE_POSITIVE, FIXED for SonarQube 10.4+; CLOSED for older versions).
1139
+
Omit this flag to use defaults.
1136
1140
-w, --includeRaw Include raw input requests in HDF JSON file
0 commit comments