what are you trying to achieve: change the commit status posted by github app for sonarqube analysis
what have you tried so far to achieve this: i have changed the permission of app from read only to read and write and i get the below error on sonarqube dashboard
i need this write access to change the status but it looks like sonarube doesnt support this type of change.
Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!
i am trying to change the status of check from a failure to success, to do this i need to make the api call using the same sonarqube app which posts the status check after the sonarqube analysis. to achieve this i need to change the permission of github app for commit status to write but then when i do this sonarqube integration throws the above error and my reporting in github fails!
so the request here is to allow the integration of github app with write permission on commit status
yes i know that isnt the right practice, but we have few edge cases where we need to flip and this is achiveable, i need support from sonarqube to just allow integration to work with write access to commit status
how is this a github question when the error thrown is in sonarqube ?
github app works just fine, it is the sonarqube integration that is throwing the error
Integration document above says permission should be read only for commit status and if this can be changed to allow write access then this resolves my problem and will be of great help to my organization!
I am using the same github app which is integrated in sonarqube to manually make it pass and it works only if the app has write user permission to commit status so i when i change this permission for the github app, sonarqube integration fails becuase sonarqube allows only read access by design and hence the error in sonarqube dashboard.