Skip to content

Commit

Permalink
Mention Datadog-hosted SAST with 'private beta' labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobotb committed Dec 9, 2024
1 parent ce278b4 commit cad0044
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/code_analysis/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Click **+ Add a Repository** on the [**Code Analysis Repositories** page][9] and
{{< tabs >}}
{{% tab "Datadog" %}}

<div class="alert alert-warning">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.</div>
<div class="alert alert-warning">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.</div>

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.

Expand Down
5 changes: 5 additions & 0 deletions content/en/code_analysis/static_analysis/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ Code Analysis is in Preview.
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
<div class="alert alert-warning">Datadog-hosted Static Analysis scans are in private beta.</div>

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.

Expand Down

0 comments on commit cad0044

Please sign in to comment.