Skip to content

Commit f301450

Browse files
authored
feat: add sample projects from the OpenJS Foundation (#215)
1 parent 05747a5 commit f301450

File tree

6 files changed

+9124
-0
lines changed

6 files changed

+9124
-0
lines changed

__samples__/openjs/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# 📁 Samples
2+
3+
This folder contains sample files from projects created with **VisionBoard@1.0.0** and the **OpenJS Foundation: Security Compliance Guide v2.0**.
4+
5+
These samples let you explore and interact with real project data **without needing to set up the projects yourself or use your own GH tokens**. Keep in mind that some of the content may be outdated and might not reflect the current security postures of the original projects.
6+
7+
> [!TIP]
8+
> New to VisionBoard or the OpenPathfinder ecosystem? Check out this [10-minute demo video](https://www.youtube.com/watch?v=gf3BcLS_dXw) for a quick overview.
9+
10+
---
11+
12+
## 📂 Folder Structure
13+
14+
- **`screenshots/`** Contains key screenshots of the application, highlighting specific features and capabilities.
15+
- **`manual_checks/`** Includes files formatted for use with the [bulk importer](https://openpathfinder.com/docs/visionBoard/importers#bulk-importer).
16+
- **`static_files/`** Self-contained HTML reports generated using the [Report Management Tool](https://openpathfinder.com/docs/visionBoard/report-management).
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[{
2+
"type": "annualDependencyRefresh",
3+
"project_id": 1,
4+
"is_subscribed": true
5+
}, {
6+
"type": "vulnResponse14Days",
7+
"project_id": 1,
8+
"is_subscribed": true
9+
}, {
10+
"type": "incidentResponsePlan",
11+
"project_id": 1,
12+
"is_subscribed": true
13+
}, {
14+
"type": "assignCVEForKnownVulns",
15+
"project_id": 1,
16+
"is_subscribed": true
17+
}, {
18+
"type": "includeCVEInReleaseNotes",
19+
"project_id": 1,
20+
"is_subscribed": true
21+
}]
308 KB
Loading
205 KB
Loading

0 commit comments

Comments
 (0)