- ALM used: GitHub
- CI system used: Github Actions
General “best practices” question.
Are there any drawbacks with creating a single SONAR_TOKEN secret and setting it as a secret in our entire Github organization, so that all repositories use the same token during scanning?
Are there any API rate-limits we would run into with this approach, or other security concerns?
Or should we stick to having a unique token per repository?
The shared setup appeals to use due to ease of management, but wanted to check first whether this is recommended at all.