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
Hi,
I'm trying the sonarqube converter with sonarqube enterprise v10.8.1 but no issue is reported in the output file.
I have no error in the execution but (even if I put log level verbose it doesn't write anything during the execution).
It generates the output json file but inside there are no issues, only this part
I would try if you are using a token with enough permissions that can pull the issues via the sonarqube api - maybe thats what returning empty list. I would recommend checking what you can pull via the sonarqube api directly.
The command looks ok,
In my project with different version i use somewhat similar
Thank you @Jiri-Stary but I checked and using the same token I can retrieve the issues via api (/api/issue/search), but with that same token I have the empty json as indicated. I'm also using an administrator account.
Unfortunately, as mentioned, the other strange thing is that by setting the log level to verbose nothing is written and therefore I don't have any other indication.
Hi,
I'm trying the sonarqube converter with sonarqube enterprise v10.8.1 but no issue is reported in the output file.
I have no error in the execution but (even if I put log level verbose it doesn't write anything during the execution).
It generates the output json file but inside there are no issues, only this part
{
"platform": {
"name": "Heimdall Tools",
"release": "2.11.3",
"target_id": ""
},
"version": "2.11.3",
"statistics": {
"duration": null
},
"profiles": [
{
"name": "Sonarqube Scan",
"version": null,
"title": "SonarQube Scan of Project Branch main",
"maintainer": null,
"summary": "SonarQube Scan of Branch main",
"license": null,
"copyright": null,
"copyright_email": null,
"supports": [],
"attributes": [],
"depends": [],
"groups": [],
"status": "loaded",
"controls": [],
"sha256": ""
}
]
}
This is the command used:
saf convert sonarqube2hdf -L verbose -n -u -a -b main -o sonarqube-scan.json
Any suggestions?
The text was updated successfully, but these errors were encountered: