Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention Datadog-hosted SAST with 'private beta' labels. #25836

Merged
merged 5 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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].
jacobotb marked this conversation as resolved.
Show resolved Hide resolved

### 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
Loading