This dashboard visualizes results of various static code analysis tools - it understands the result files of almost 100 different static code analysis tools.
For details on how to use the static analysis model please refer to the Analysis Model GitHub page.
Make sure you have Java and Maven installed. Also, install the Heroku CLI.
$ mvn install
$ heroku local:start
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku main
$ heroku open
For more information about using Java on Heroku, see these Dev Center articles: