From 28af2bc98d1f04d3dafe19d47b896f553d7a67de Mon Sep 17 00:00:00 2001 From: Steve Cawood Date: Mon, 6 Oct 2025 13:41:18 -0700 Subject: [PATCH] Add a prerequisites for SAST scanning --- doc/editor_extensions/visual_studio_code/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/editor_extensions/visual_studio_code/_index.md b/doc/editor_extensions/visual_studio_code/_index.md index 7cc36b12677c5e..f23b2d132840e2 100644 --- a/doc/editor_extensions/visual_studio_code/_index.md +++ b/doc/editor_extensions/visual_studio_code/_index.md @@ -303,6 +303,7 @@ Prerequisites: - You're using GitLab Workflow version 5.31.0 or later. - You've [authenticated with GitLab](setup.md#authenticate-with-gitlab). - You've selected the [**Enable Real-time SAST scan checkbox**](setup.md#code-security). +- In your `~/.ssh/config` file, you have set the `Host` to your GitLab server. For example, `gitlab.com`. To perform SAST scanning of a file in VS Code: -- GitLab