Skip to content

Commit cbe5381

Browse files
committed
Fixes seo checks
Signed-off-by: Sebastian Kawelke <sebastian.kawelke@l3montree.com>
1 parent 7804a98 commit cbe5381

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ sitemap-0.xml
4949
# Claude Code
5050
.claude/
5151
CLAUDE.md
52+
53+
seo-check

src/pages/how-to-guides/integrations/devguard-for-vscode.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: DevGuard for VS Code
2+
title: 'DevGuard VSCode Extension: Inline Dependency Risk in Your Editor'
33
description: 'Introduce the DevGuard VS Code extension — inline dependency risk badges, asset-aware hovers, SBOM actions, dependency proxy setup, and git hook automation.'
44
seo:
55
robots: index,follow
@@ -15,7 +15,7 @@ ignoreChecks: null
1515

1616
import { Callout } from '@document-writing-tools/kernux-theme'
1717

18-
# DevGuard for VS Code
18+
# DevGuard VSCode Extension
1919

2020
<Callout type="warning">
2121
**Proof of Concept** This extension is a proof of concept. It is built
@@ -24,7 +24,7 @@ import { Callout } from '@document-writing-tools/kernux-theme'
2424
discussion](https://github.com/l3montree-dev/devguard/discussions/2207).
2525
</Callout>
2626

27-
DevGuard for VS Code brings a focused DevGuard workflow straight into your editor. It helps you inspect dependency risk, connect the workspace to a DevGuard asset, export SBOMs, and run a few common security actions without switching tools.
27+
The DevGuard VS Code extension brings a focused DevGuard workflow straight into your editor. It helps you inspect dependency risk, connect the workspace to a DevGuard asset with a [personal access token](/explanations/personal-access-token), [export SBOMs](/how-to-guides/compliance/export-sbom), and run a few common security actions without switching tools.
2828

2929
---
3030

@@ -62,7 +62,7 @@ After connecting with a personal access token, you can pick an organization, pro
6262

6363
### SBOM Generation
6464

65-
After connecting to your DevGuard instance you can run a SCA scan to generate an SBOM for your project.
65+
After connecting to your DevGuard instance you can run a [software composition analysis (SCA) scan](/how-to-guides/scanning/scan-dependencies) to generate an SBOM for your project.
6666

6767
![vs-code-extension-generate-sbom.png](../../../assets/vs-code-extension-generate-sbom.png)
6868

@@ -72,7 +72,7 @@ It will be uploaded to your DevGuard instance, but you can also view it directly
7272

7373
### Dependency proxy setup
7474

75-
If you want npm installs to go through DevGuard's proxy, the extension can setup your `.npmrc` for you in one step. Optionally, you can provide a dependency proxy secret when you are prompted, if your organization uses one.
75+
If you want npm installs to go through [DevGuard's dependency proxy](/how-to-guides/dependency-proxy/setup-npm-proxy), the extension can setup your `.npmrc` for you in one step. Optionally, you can provide a dependency proxy secret when you are prompted, if your organization uses one.
7676

7777
![vs-code-extension-dependency-proxy-setup.png](../../../assets/vs-code-extension-dependency-proxy-setup.png)
7878

@@ -84,7 +84,7 @@ Your `.nmprc` will then contain:
8484

8585
The DevGuard VS Code extension provides you with commands that will bootstrap or remove DevGuard git hooks for local commit-time checks. The hooks call the DevGuard scanner from Docker, so you get a lightweight local safety net before commits land.
8686

87-
So far, DevGuard provides you with a secret-scan setup as a pre-commit hook to prevent secrets from ending up in your commits permanently.
87+
So far, DevGuard provides you with a [secret-scanning](/explanations/devsecops/secret-scanning) setup as a pre-commit hook to prevent secrets from ending up in your commits permanently.
8888

8989
![vs-code-extension-githooks-setup.png](../../../assets/vs-code-extension-githooks-setup.png)
9090

@@ -100,7 +100,7 @@ The statusbar will reflect if the DevGuard git hooks are present in your `.git/h
100100

101101
### SAST scanning on save
102102

103-
When enabled through the `{devguard.sast.enabled}` setting (`default` is `true`), the extension runs a Docker-based DevGuard SAST scan on save for supported files, so issues surface as you work instead of only after a manual scan. Resulting issues will be displayed in the `PROBLEMS` Tab of VS Code.
103+
When enabled through the `{devguard.sast.enabled}` setting (`default` is `true`), the extension runs a Docker-based DevGuard [static application security testing (SAST)](/explanations/devsecops/sast) scan on save for supported files, so issues surface as you work instead of only after a manual scan. Resulting issues will be displayed in the `PROBLEMS` Tab of VS Code.
104104

105105
![vs-code-extension-sast-onsave.png](../../../assets/vs-code-extension-sast-onsave.png)
106106

0 commit comments

Comments
 (0)