I need to maintain a record of how many bugs are introduces or reduced after some checkin with automation for which I need access to the reports generated by FindBugs.
I am able to get the report of SonarQube using rest API but I can't figure out a way to do the same for FindBugs.