Codeguru - Only Security checks/scans

0

Is it possible to use codeguru only for performing security scans/checks. Though codeguru provides other scans, I am interested in using codeguru only for security scans. Does AWS provide such facility?

2 個答案
1

Hi,

In your scenerio, I'd recommend to use the exclude and suppress function as the codeguru reviewer will run as a one feature. I've added reference below which you may have seen already but just in case.

https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/recommendations.html https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/recommendation-suppression.html

AWS
已回答 1 年前
0

Yes, it is possible to use AWS CodeGuru to perform only security scans on your code. AWS CodeGuru provides security-related recommendations based on best practices and best practices from the industry, as well as checks for known security vulnerabilities in your code.

You can use CodeGuru's security review feature to scan your codebase and identify potential security issues, such as SQL injection vulnerabilities, cross-site scripting (XSS) vulnerabilities, and sensitive data exposure. CodeGuru analyzes the code using a combination of static and dynamic analysis and generates a report that includes a detailed description of the issue, the affected code, and the recommended remediation.

Additionally, CodeGuru also integrates with other AWS security services like Amazon Inspector, which allows you to perform security assessments on the running instances.

To use CodeGuru for security scans you will need to enable and configure the security review feature for your repository in CodeGuru. You can also configure the settings to scan only specific parts of your codebase and exclude certain files or directories.

In summary, AWS CodeGuru provides the facility to perform security scans and checks, and you can use it to focus on the security scans specifically.

profile picture
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南