Add sbt to list of supported package managers
What does this MR do and why?
Projects with a dependencies-compile.dot file should be scanned as an sbt project but currently are not. This MR adds sbt-dot to the list of supported package managers.
The parser code was correctly migrated but PackageManagerSbt was missed when creating the supported preset in finder/cli.go of the new analyzer, because it originally came from the maven builder in gemnasium.
Related issues
https://gitlab.slack.com/archives/CKWHYU7U2/p1737518132682919
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
| Before | After |
|---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.