sonarqube-action icon indicating copy to clipboard operation
sonarqube-action copied to clipboard

Integrate SonarQube scanner to GitHub Actions

Results 6 sonarqube-action issues
Sort by recently updated
recently updated
newest added

I've been using version 1.2.1 since a week and it was working perfectly using a container image `owasp/dependency-check-action:latest` (last version is a month old). But since this morning I have...

### Issue and Steps to Reproduce when i exec mvn sonar:soanr -pl parent/child/gradchild ,a error message appeared(**Unable to determine structure of project. Probably you use Maven Advanced Reactor Options with...

#7 [3/3] RUN chmod +x /entrypoint.sh #7 sha256:4fc5ae7183ca7c187de162ee61abb078b327aa023cc8c54d7cfb44c76cc7e51b #7 0.368 chmod: /entrypoint.sh: Operation not permitted #7 ERROR: process "/bin/sh -c chmod +x /entrypoint.sh" did not complete successfully: exit code: 1...

It's possible to add native support for MacOS, Azure Dev Ops works fine, could you add support also for this action for MacOS without a strange workaround? thanks

### Description Sonar already sets the `sonar.sources` to the base directory, as such there is non reason to force it as well in the action script. Moreover it overrides any...

### Issue and Steps to Reproduce The property sonar.sources is overrided by the action script preventing any attempt to filter sources files. Steps to reproduce : - set up the...