Analyze .wsdl and .bix files

SonarQube version = 8.4
SonarScanner = 4.4

I need to analyze .wsdl .bix and .pipeline files form oracle ESB with xml plugin. I don’t found documentation about analyze this files.

I try putting these extensions in the sonar.inclusions property but still the analysis skips it and is only analyzing the xml and xsd files

Hi William, welcome to the SonarSource Community!

Before even factoring inclusions/exclusions into account, our analyzers have default associations with code files based on file extensions. Unless the file extensions you’re interested in are associated with the XML analyzer, it won’t pick them up even if otherwise they are “in scope” of the project…because it has no idea that they are XML files.

You can fix this by visiting the Language preferences (either at the project or global levels) and registering the additional extensions with our XML analyzer. Here’s a screenshot to show you where I’m talking about:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.