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: docs/setup-dev-lifecycle-visibility.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -38,16 +38,16 @@ Clicking on **Main Autorelease**, we can quickly analyze the time spent building
38
38
39
39
Why could this be? A hint can be found in the main-autorelease.yaml build file, and the platforms targeted for the Go build 🙂
40
40
41
-
### Code Analysis
41
+
### Code Security & Analysis
42
42
43
43
> [!TIP]
44
44
> Datadog Code Analysis evaluates your code for security, performance, best practices, and more without needing to executing the code.
45
45
> TODO - link here to more info about static analysis and SCA
46
46
47
47
48
-
Using the **Go To** dialog, jump to **Code Analysis**. Code Analysis can be setup using a runner within your code pipelines, or on the Datadog side, with Datadog itself cloning and analyzing your repository.
48
+
Using the **Go To** dialog, jump to **Code Security**. Code Security can be setup using a runner within your code pipelines, or on the Datadog side, with Datadog itself cloning and analyzing your repository.
49
49
50
-
The simplest option is to enable the analysis on the Datadog side. Select **Setup Code Analysis**, and then next to your GitHub repository, select **Edit**. Toggle on **Static Analysis** and **SCA** for your repository.
50
+
The simplest option is to enable the analysis on the Datadog side. Select **Settings** and then **Manage Repositories**, and then next to your GitHub repository, select **Edit**. Toggle on **Static Analysis** and **SCA** for your repository.
51
51
52
52
<palign='center'>
53
53
<img alt="Enable Static Analysis and SCA" src="assets/setup-dev-lifecycle-visibility-code-analysis.jpeg" width="600px" />
@@ -61,15 +61,15 @@ Once our repository is connected and a scan has been completed, we will see both
> Datadog Test Visibility provides a test-first view into your CI health by displaying important metrics and results from your tests. It can help you investigate performance problems and test failures that are most relevant to your work, focusing on the code you are responsible for, rather than the pipelines which run your tests.
67
+
> Datadog Test Runs provides a test-first view into your CI health by displaying important metrics and results from your tests. It can help you investigate performance problems and test failures that are most relevant to your work, focusing on the code you are responsible for, rather than the pipelines which run your tests.
68
68
> TODO - link here to more info about test analysis
69
69
70
-
If you want to use test visibility, you need to setup the Github actions secrets as described above in the **Code Analysis** section. If this is turned off the unit tests will run regardless, but will not post their results to Datadog.
70
+
If you want to use Test Runs, you need to setup the Github actions secrets as described above in the **Code Analysis** section. If this is turned off the unit tests will run regardless, but will not post their results to Datadog.
71
71
72
-
Using **Go To**, jump over to **Test Visibility** to see the state of tests in the Datadog console grouped up by branch:
72
+
Using **Go To**, jump over to **Test Runs** to see the state of tests in the Datadog console grouped up by branch:
@@ -83,6 +83,6 @@ Clicking through to Test Executions allows you to see detailed information for e
83
83
</p>
84
84
85
85
86
-
If you like, you can additionally enable **Github Comments** and **Auto Test Retries** from the **Test Visibility Sections** pane in the Datadog console.
86
+
If you like, you can additionally enable **Github Comments** and **Auto Test Retries** from the **Test Runs Sections** pane in the Datadog console.
87
87
88
88
Next up, you can [deploy the mountain passes stack](setup-runtime.md) with ArgoCD.
0 commit comments