Azure Resource Manager
SonarQube analysis supports Azure Resource Manager templates in the JSON & Bicep formats, and is available starting in Community Edition.
Last updated
Was this helpful?
SonarQube analysis supports Azure Resource Manager templates in the JSON & Bicep formats, and is available starting in Community Edition.
SonarQube Server analysis supports Azure Resource Manager templates and its two formats, JSON and Bicep.
Discover and update the AzureResourceManager-specific analysis parameters by going to Administration > Configuration > General Settings > Languages > AzureResourceManager.
Adding the NOSONAR comment on the line will suppress all issues on that line:
NOSONAR can be placed anywhere in the comment.
The comment check is case-sensitive.
Rather than relying on this method, we suggest refining your analysis scope to avoid creating major gaps in your code review. Because the NOSONAR comment silences all current and future issues on a line without regard for their severity, it is an imprecise tool. Even if you only intend to hide a minor stylistic point, you could unintentionally obscure a serious security flaw.
Last updated
Was this helpful?
Was this helpful?

