From 2a230d96570169066505c20df145c8a3123cfc07 Mon Sep 17 00:00:00 2001 From: Jacobo Tarrio Date: Mon, 21 Oct 2024 14:19:49 -0400 Subject: [PATCH] Mention Datadog-hosted SAST with 'private beta' labels. --- content/en/code_analysis/_index.md | 2 +- content/en/code_analysis/static_analysis/setup.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/content/en/code_analysis/_index.md b/content/en/code_analysis/_index.md index 1a0c7fb2d069a..ae88a6006901d 100644 --- a/content/en/code_analysis/_index.md +++ b/content/en/code_analysis/_index.md @@ -54,7 +54,7 @@ Click **+ Add a Repository** on the [**Code Analysis Repositories** page][9] and {{< tabs >}} {{% tab "Datadog" %}} -
Datadog-hosted scans are supported by Software Composition Analysis (SCA) and GitHub repositories only. To enable Static Analysis or use a different CI provider, run scans in your CI pipelines instead.
+
Datadog-hosted scans are supported by Software Composition Analysis (SCA) and GitHub repositories only. Datadog-hosted Static Analysis scans are in private beta. To use a different CI provider, run scans in your CI pipelines instead.
With Datadog-hosted scans, your code is scanned within Datadog's infrastructure as opposed to within your CI pipeline. Datadog reads your code, runs the static analyzer to perform Static Analysis and/or Software Composition Analysis, and uploads the results. diff --git a/content/en/code_analysis/static_analysis/setup.md b/content/en/code_analysis/static_analysis/setup.md index c87e0b32628d3..c541781ad3daf 100644 --- a/content/en/code_analysis/static_analysis/setup.md +++ b/content/en/code_analysis/static_analysis/setup.md @@ -30,6 +30,11 @@ Code Analysis is in public beta. To set up Datadog Static Analysis, navigate to [**Software Delivery** > **Code Analysis**][1]. ## Select where to run Static Analysis scans +### Scan with Datadog-hosted scanning +
Datadog-hosted Static Analysis scans are in private beta.
+ +Datadog Static Analysis scans can be run directly on Datadog's infrastructure. To get started, navigate to the [**Code Analysis** page][1]. + ### Scan in CI pipelines Datadog Static Analysis runs in your CI pipelines using the [`datadog-ci` CLI][8]. Configure your [Datadog API and application keys (requires the `code_analysis_read` scope)][3] and run Static Analysis in the respective CI provider.