I have 100+ applications in terraform cloud and try to integrate all of them with sonarcloud.
As per sonarcloud documentation, from sonarcloud project setting I need to add a HMAC key and then add that same HMAC to TFC workspace to create a run-task.
Since I have 100+ applications in TFC, that’s mean I need a 100+ HMAC needed for 100+ run-tasks. And this counts grows in future.
so, this seems not a efficient approach.
Is there any possibilities in sonarcloud , that instead of per project HMAC key can we add HMAC for an organization level / group level , so using that one HMAC key I can create a single run-task in TFC ?