aservo / confapi-commons

Library for common sources of the ASERVO ConfAPI plugins
Apache License 2.0
0 stars 1 forks source link

Sonarcloud integration broken #153

Closed pathob closed 4 months ago

pathob commented 5 months ago

Somewhere between 14 March and yesterday the Sonarcloud integration stopped working.

Since I don't have the necessary rights on both, Github and Sonarcloud, I would like to ask the ASERVO maintainers to fix it...

pathob commented 5 months ago

@LouisZschaler @brettaufheber This prevents us from building an important bugfix for ConfAPI for Crowd

brettaufheber commented 4 months ago

To be honest, I am surprised that the static code analysis has ever worked for this project. The crucial attributes to identify the organization and project are missing.

        <properties>
            <sonar.projectKey>aservo_confapi-commons</sonar.projectKey>
            <sonar.organization>800c9135c81800959e51375f6594c91a1f757be9bbbc14d311783a4f75c501ec7807da061e787a9ea89433eb1cf2d6088b664332abd6a411ca5b44e811e97a23</sonar.organization>
            <sonar.host.url>https://sonarcloud.io</sonar.host.url>
        </properties>
brettaufheber commented 4 months ago

Problem is solved in this Issue: https://github.com/aservo/confapi-commons/pull/154

Please merge after approval.