https://aws.amazon.com/what-is/devsecops/ refers to a set of best practices that integrate security controls into the continuous integration and delivery (CI/CD) workflow. SAST tools run on every code change and search for potential security vulnerabilities before the code is executed for the first time.

Add repository variables needed for pipeline Adding the CodeGuru Reviewer CLI to your pipeline Review CodeGuru recommendations

Step 4) Upload Code Insights Artifacts to Bitbucket Reports In this step code Insight Report generated by Amazon CodeGuru Reviewer is then uploaded to Bitbucket Reports.

We showed you how to create a Bitbucket pipeline job and integrate the CodeGuru Reviewer CLI to detect issues in your Java and Python code, and access the recommendations for remediating these issues.

Related Articles