Have SonarQube Create Historical Data

  • SonarQube 9.3.0.51899 Developer Edition w/ Dependency Check Plugin GitHub - dependency-check/dependency-check-sonar-plugin: Integrates Dependency-Check reports into SonarQube
  • Is it possible to have SonarQube create historical data on the git history and commits from the past. Importing a repository with a ton of history I’m curious to see the technical debt and other metrics as time goes on. Essentially go commit by commit and do an analysis on each. I realize this would take an extended period of time.
  • I’ve ensured the clone depth is full.

Hey there.

It’s not possible to generate historical data automatically.

You can decide to run some manual analyses with sonar.projectDate configured (see the documentation on analysis parameters) if you have some specific major versions you’d like to scan in order (go ahead and pass sonar.projectVersion while you’re at it).

This is more or less what’s possible

1 Like

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