- Robert Boscacci/
- Projects/
- Certification: AWS DevOps Pro/
- 1: SDLC Automation/
- 5: Misc. SDLC Tools/
- 6: CodeGuru/
6: CodeGuru
·1 min
Table of Contents
What’s CodeGuru?
It has several components:
- Reviewer:
- Dev tool: Gives recommendations
- Improve code quality
- Detect vulnerabilities, suggest fixes
- Think like code review.
- Profiler:
- Analyze the app as it runs in test and/or prod
- Find expensive lines of code
- See how code does in prod with full loads
What’s the Secrets Detector?
- Find secrets in code
- Suggest storing in secrets manager