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
Changes from all commits
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
8 changes: 8 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,14 @@ 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

{{< callout url="#" header="false" btn_hidden="true" >}}
Datadog-hosted Static Analysis scans are in Preview. Contact your Customer Success Manager to request access.
{{< /callout >}}

You can run Datadog Static Analysis scans 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
Loading