Checkmarks for improving overall SAST security posture
Use Cases and Deployment Scope
Pros
- Code security scans where issues needs to be tagged as Critical or High and needs to be merged into PR
- Secrets that are hardcoded in the code or comments of the PR
- License scanning where devs will be having an idea if they are using right set of open source packages
Cons
- DAST capability can be the one where it does not support native use case of using OTP based arch
- API Scanning is something that lacks a bit due to not much customizations
- Branch wise reports for SAST is not available
Likelihood to Recommend
If you are more concerned about proactive controls better choose other options such as pee-commit hooks and CI security. Also choose other tools for DAST and API scans.
