Start by enabling AWS Inspector within your AWS environment. Ensure that the Code Security module is activated so it can analyze your source code for vulnerabilities and best-practice deviations.
Connect AWS Inspector to your GitHub account. Follow the guided steps provided by AWS to authorize access and install the Inspector GitHub application. This integration allows Inspector to automatically scan your repositories.
After the integration is complete, include all relevant GitHub repositories in AWS Inspector’s Code Security dashboard. Commit or push a small change to any repository to trigger the initial security scan.
AWS Inspector Code Security automatically performs multiple layers of analysis:
Once the scan completes, review all identified findings in the Inspector dashboard. Use the remediation guidance provided by AWS Inspector to resolve vulnerabilities. Continuously apply these practices to maintain secure, resilient code and reduce risk from threat actors.




