Skip to content

Commit ee9b93b

Browse files
committed
fix: typos
1 parent 1591fc6 commit ee9b93b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/projects/visionBoard/providers.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ Here are examples of workflows that use this provider:
1717

1818
## OSSF Scorecard
1919

20-
The [OSSF Scorecard](https://scorecard.dev/) is included in VisionBoard for analyzing repository health and security. The analysis runs locally using [child processes](https://nodejs.org/api/child_process.html) and containers in parallel. Results are stored in the database for efficient access and fast queries via [reports](/docs/visionBoard/report-management).
21-
22-
For detailed insights, refer to the Scorecard table available on project pages. This table includes repository names, commit hashes, analysis duration (in seconds), dates, and security scores for each repository.
20+
The [OSSF Scorecard](https://scorecard.dev/) is included in VisionBoard for analyzing repository health and security. The analysis runs locally using [child processes](https://nodejs.org/api/child_process.html) and containers in parallel when executing the workflow: `visionboard workflow run --name upsert-ossf-scorecard`. Results are stored in the database for efficient access and fast queries via [reports](/docs/visionBoard/report-management).
2321

2422
![OSSF Scorecard Analysis table displaying repositories, commit hashes, analysis duration (in seconds), date, and scores for six OpenPathfinder repositories.](/img/visionBoard_project_report_detials_ossf_scorecard.png)

0 commit comments

Comments
 (0)