Skip to content

Commit 947bd3d

Browse files
committed
resolves merge conflicts
2 parents cea1d43 + 2380e5b commit 947bd3d

15 files changed

Lines changed: 29 additions & 48 deletions

next-env.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import "./.next/dev/types/routes.d.ts";
4-
import "./.next/dev/types/root-params.d.ts";
3+
import "./.next/types/routes.d.ts";
4+
import "./.next/types/root-params.d.ts";
55

66
// NOTE: This file should not be edited
77
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
-31.5 KB
Binary file not shown.
-63.3 KB
Binary file not shown.
-210 KB
Binary file not shown.
-35 KB
Binary file not shown.

src/assets/advisory-list-page.png

-229 KB
Binary file not shown.

src/pages/how-to-guides/compliance/attestation-policies.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ Attestation policies are:
5050

5151
Navigate to **Organization****Compliance**
5252

53-
![Organization Compliance Dashboard](../../../assets/org-compliance-dashboard.png)
53+
![Organization Compliance Dashboard](https://raw.githubusercontent.com/l3montree-dev/devguard-web/refs/heads/main/e2e/docs-screenshots/compliance-posture-organization.png)
5454

5555
### Project-Level Compliance View
5656

5757
Navigate to **Organization****Project****Compliance**
5858

59-
![Project Compliance Dashboard](../../../assets/project-compliance-dashboard.png)
59+
![Project Compliance Dashboard](https://raw.githubusercontent.com/l3montree-dev/devguard-web/refs/heads/main/e2e/docs-screenshots/compliance-posture-group.png)
6060

6161
<Callout type="info">
6262
Enabling a policy at the project level tells DevGuard to evaluate that
@@ -70,7 +70,7 @@ Inspect detailed compliance control evaluations for a specific repository versio
7070

7171
Navigate to **Organization****Project****Repository****Compliance**
7272

73-
![Repository Compliance Dashboard](../../../assets/repo-compliance-dashboard.png)
73+
![Repository Compliance Dashboard](https://raw.githubusercontent.com/l3montree-dev/devguard-web/refs/heads/main/e2e/docs-screenshots/compliance-posture-repository.png)
7474

7575
## Navigate to Attestation Policies
7676

src/pages/how-to-guides/compliance/audit-logs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For organization-wide compliance tracking, see [Compliance Dashboards](/how-to-g
4242
1. Navigate to **Organization****Overview**
4343
2. Select Artifact on the left side.
4444

45-
![Download PDF-Report](../../../assets/downloading-pdf-report.png)
45+
![Download PDF-Report](https://raw.githubusercontent.com/l3montree-dev/devguard-web/refs/heads/main/e2e/docs-screenshots/asset-overview.png)
4646

4747
{/* [PDF Example](https://main.devguard.org/l3montree-cybersecurity/projects/devguard/assets/devguard/refs/main/vulnerability-report.pdf?artifact=pkg%3Aoci%2Fdevguard%3Frepository_url%3Dghcr.io%2Fl3montree-dev%2Fdevguard)
4848
*/}

src/pages/how-to-guides/compliance/export-sbom.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@ Access SBOM download interface:
3636

3737
1. Navigate to **Repository****Dependencies**
3838
2. Click **Download SBOM** button
39-
![SBOM Overview Download](../../../assets/sbom-overview-download.png)
39+
![SBOM Overview Download](https://raw.githubusercontent.com/l3montree-dev/devguard-web/refs/heads/main/e2e/docs-screenshots/download-sbom-document.png)
4040

4141
**Method 2: From Dependency View**
4242

4343
1. Navigate to **Repository****Dependencies**
4444
2. Click **Download SBOM** button
45-
![Download from Dependency View](../../../assets/dependencies-graph-sbom-download.png)
45+
![Download from Dependency View](https://raw.githubusercontent.com/l3montree-dev/devguard-web/refs/heads/main/e2e/docs-screenshots/dependency-insights-overview.png)
4646

4747
## Download SBOM Document
4848

4949
Export your component inventory:
5050

51-
![Select your SBOM format and options](../../../assets/sbom-download-menu.png)
51+
![Select your SBOM format and options](https://raw.githubusercontent.com/l3montree-dev/devguard-web/refs/heads/main/e2e/docs-screenshots/download-sbom-document.png)
5252

5353
for more information on what an SBOM contains, see the [Supplementary SBOMs](/explanations/supplementary-sboms) section.
5454

src/pages/how-to-guides/dependency-management/view-dependency-tree.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ By default, the graph shows only vulnerable dependencies:
5858
Click on Organization → Project → Repository → Dependencies → Graph
5959

6060

61-
![Dependency Tree](../../../assets/open-dependency-graph.png)
61+
![Dependency Tree](https://raw.githubusercontent.com/l3montree-dev/devguard-web/refs/heads/main/e2e/docs-screenshots/dependency-insights-overview.png)
6262

6363
1. Toggle **Display all dependencies** switch in the top-right
6464
2. The graph expands to show every dependency, including safe ones
@@ -67,7 +67,7 @@ Click on Organization → Project → Repository → Dependencies → Graph
6767
- Identifying transitive dependency chains
6868
- Finding dependency conflicts or redundancies
6969

70-
![Dependency Tree](../../../assets/dependency-tree-all-dep.png)
70+
![Dependency Tree](https://raw.githubusercontent.com/l3montree-dev/devguard-web/refs/heads/main/e2e/docs-screenshots/dependency-insights-graph.png)
7171

7272
<Callout type="info">
7373
Displaying all dependencies can create large graphs. For projects with hundreds of dependencies, consider filtering by artifact first.

0 commit comments

Comments
 (0)