Open thomas-eaa opened 3 months ago
Hi @thomas-eaa, I also have the same issue as you but I fixed it by https://github.com/porscheinformatik/sonarqube-licensecheck?tab=readme-ov-file#activation-rules-in-quality-profile. Please make sure you active rule and dependency, license check
Hi, thank your for your answer. I double-checked the settings:
The quality profile includes the following rules as active:
It's also set as default for all projects and appears on the project information page:
License Check is also activated globally:
That's why I'm a bit lost at this point. Any ideas? Thank you!
Hi, In my project I worked with JavaScript and Typescript. I don't know how you can active dependency and license by on my SonarQube, I must create new Quality Profiles name "Sonar way License" extend Javascript and Typescript
After that, I can active dependency and license. And with my project it requires I must install node_module then it will show license and dependency check.
I just tried your plugin and followed all the instructions for the setup in SonarQube. When I start analyzing my project with Maven, it seems to activate the sensor and there are no errors reported:
It is a very simple sandbox-project based on Java/Maven with two dependencies in the pom.xml. Anyway, whatever I'm trying to do, the dashboard page in SonarQube is always showing an empty list of licenses and dependencies:
Can you please help me out? I tried almost everything but the dependencies are not showing up. Thank you!