First of all, thank you for creating this!
At this moment I'm missing an ergonomic feature to link from the ignored finding in bearer.ignore to the implementation in the source. This makes the workflow of adopting bearer a lot harder, since reviewing remaining ignored findings can be 'anywhere' in the source.
Brakeman a SAST for Ruby on Rails, does this by providing a link to the file path and line number in the ignore file e.g.
"file": "app/controllers/users_controller.rb",
"line": 9,
Could this be an feature of bearer as well?