You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/security/code_security/dev_tool_int/github_pull_requests/_index.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -68,10 +68,11 @@ Configure PR comment settings globally for all repositories or tailor them indiv
68
68
To configure PR comments for all repositories:
69
69
70
70
1. In Datadog, navigate to [**Security** > **Code Security** > **Settings**][7].
71
-
1. In **Repository Settings**, click **Global PR Comment Configuration**.
71
+
1. In **Repository Settings**, click **Global PR Comment Configuration**.
72
72
1. Configure the settings:
73
73
-**Enable PR comments for all scan types and severities**: Enable this to apply PR comments across all types and severities.
74
74
-**Enable for Static Analysis (SAST)**: Toggle this option to enable PR comments for SAST. If enabled, specify a minimum severity threshold. Additionally, select **Exclude PR comments if violations are detected in test files** to prevent comments on issues found in test files.
75
+
-**Enable for Software Composition Analysis (SCA)**: Toggle this option to enable PR comments for SCA. If enabled, specify a minimum severity threshold. Additionally, select **Exclude PR comments if violations are detected in test or dev dependencies** to prevent comments on issues found in dependencies existing only in development or test environments.
75
76
-**Enable for Infrastructure-as-Code (IaC)**: Toggle this option to enable PR comments for IaC. If enabled, specify a minimum severity threshold.
76
77
1. Click **Save**.
77
78
@@ -82,6 +83,7 @@ To configure PR comments for a single repository:
82
83
1. Configure the settings:
83
84
-**Enable PR comments for all scan types and severities**: Enable this to apply PR comments across all types and severities.
84
85
-**Enable for Static Analysis (SAST)**: Toggle this option to enable PR comments for SAST. If enabled, specify a minimum severity threshold. Additionally, select **Exclude PR comments if violations are detected in test files** to prevent comments on issues found in test files.
86
+
-**Enable for Software Composition Analysis (SCA)**: Toggle this option to enable PR comments for SCA. If enabled, specify a minimum severity threshold. Additionally, select **Exclude PR comments if violations are detected in test or dev dependencies** to prevent comments on issues found in dependencies existing only in development or test environments.
85
87
-**Enable for Infrastructure-as-Code (IaC)**: Toggle this option to enable PR comments for IaC. If enabled, specify a minimum severity threshold.
86
88
-**Block all comments in this repository**: Enable this to disable all comments for this repository, overriding global settings.
0 commit comments