Skip to content

s-ste/sonar-reproducer

Repository files navigation

Sonar false positive reproducer for java:S4449

  1. Start a local SonarQube in docker from the latest version at the time of creation, specifically this one for ARM64:
docker run -d --name sonarqube -p 9000:9000 sonarqube:latest
  1. Connect and configure a local project / this project directly from GitHub
  2. Specify a local run and copy the configuration for Gradle
  3. Build and run the sonar step against the repository
  4. See the false positive alert in SonarQube
Screenshot 2025-02-24 at 15 08 13

About

A reproducer for sonar to produce a false positive alert

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages