Hello there,
I am trying to avoid sonar scan for third party packages/code for some reasons in cloud manager CI/CD pipeline.
Tried configuring below configuration in root pom file.
<properties>
....
...
<sonar.exclusions>
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @PradeepMC1,
I think, Adobe does not use your project’s sonar.exclusions configuration by default.
As I know, The code quality scan in Cloud Manager is centrally controlled by Adobe and runs its own set of rules with SonarQube.
This means that your <sonar.exclusions> or even a custom sonar-project.properties is ignored in the Cloud Manager pipeline.
Please refer if this helps: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/sonar-s-code-scanning-conf...
Hi @PradeepMC1 ,
I had this issue earlier and as @SantoshSai mentioned it will not work for cloud manager pipeline. But it works for your own CI CD pipeline like Azure pipelines.
Thanks,
Ramesh.
Views
Replies
Total Likes
Hi @Uppari_Ramesh @SantoshSai ,
So, there is no way to override the cloud pipeline's sonar exclusion ?
Views
Replies
Total Likes