Skip to content

Commit cbb6071

Browse files
authored
Merge pull request #40 from UlisesGascon/docs/2.0.0-beta3
Docs/2.0.0 beta3
2 parents 468db23 + e92dad6 commit cbb6071

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/img/issue.png

193 KB
Loading

.github/img/report.png

285 KB
Loading

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ _[Sample issue](https://github.com/nodejs/security-wg/issues/885)_
4242

4343
- [Nodejs](https://github.com/nodejs): The Node.js Ecosystem Security Working Group is using [this pipeline](https://github.com/nodejs/security-wg/blob/main/.github/workflows/ossf-scorecard-reporting.yml) to generate a [report](https://github.com/nodejs/security-wg/blob/main/tools/ossf_scorecard/report.md) with scores for all the repositories in the Node.js org.
4444
- [One Beyond](https://github.com/onebeyond): The Maintainers are using [this pipeline](https://github.com/onebeyond/maintainers/blob/main/.github/workflows/security-scoring.yml) to generate a scoring report inside [a specific document](https://github.com/onebeyond/maintainers/blob/main/docs/reporting/scorecard.md), in order to generate a [web version](https://onebeyond-maintainers.netlify.app/reporting/osff-scorecard) of it
45-
45+
- [NodeSecure](https://github.com/NodeSecure): The Maintainers are using [this pipeline](https://github.com/NodeSecure/Governance/blob/main/.github/workflows/ossf-scorecard-reporting.yml) to generate a scoring report and notification issues.
46+
- **[More users](https://github.com/UlisesGascon/openssf-scorecard-monitor/network/dependents)**
4647

4748
## 📡 Usage
4849

@@ -78,7 +79,7 @@ jobs:
7879
steps:
7980
- uses: actions/checkout@v2
8081
- name: OpenSSF Scorecard Monitor
81-
uses: UlisesGascon/openssf-scorecard-monitor@v2.0.0-beta2
82+
uses: UlisesGascon/openssf-scorecard-monitor@v2.0.0-beta3
8283
with:
8384
scope: reporting/scope.json
8485
database: reporting/database.json
@@ -131,7 +132,7 @@ jobs:
131132
steps:
132133
- uses: actions/checkout@v2
133134
- name: OpenSSF Scorecard Monitor
134-
uses: UlisesGascon/openssf-scorecard-monitor@v2.0.0-beta2
135+
uses: UlisesGascon/openssf-scorecard-monitor@v2.0.0-beta3
135136
id: openssf-scorecard-monitor
136137
with:
137138
# ....

0 commit comments

Comments
 (0)