Scanner command used when applicable (private details masked)
Languages of the repository - TypeScript
I am trying to do a basic curl to the https://sonarcloud.io/api/project_analyses/search?project=“my-project” url using a personal access token generated from Github, which is my authentication method, in the same way described here, but even though I am an admin for our plan on sonarcloud, I am getting an “Insufficient privileges” error. The command I’m using is curl -u <my-actual-github-token>: https://sonarcloud.io/api/project_analyses/search?project="<my-project-key>"
Would anyone have any idea what might be the issue?
Awesome. That worked! I will say that it’s not very clear that that is what you should do based on the documentation here though. Is that because it is specific to Sonarqube? If so, do you know where I can find the documentation for the authorization method you suggested?