Skip to content

Commit 564b466

Browse files
authored
Add OpenSSF Scorecard
1 parent 96c7c18 commit 564b466

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,16 @@ GitHub offers several services that can help protect against `npm` malwares, inc
474474
> - https://docs.npmjs.com/reporting-malware-in-an-npm-package
475475
> - https://docs.github.com/en/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam#reporting-a-repository
476476
477+
#### OpenSSF Scorecard
478+
479+
https://securityscorecards.dev and https://github.com/ossf/scorecard
480+
481+
Free and open source automated tool that assesses a number of important heuristics ("checks") associated with software security and assigns each check a score of 0-10. Several risks mentioned in this repository are included as part of the checks: Pinned Dependencies, Token Permissions, Packaging, Signed Releases,...
482+
483+
Run the checks:
484+
1. automatically on code you own using the [GitHub Action](https://github.com/marketplace/actions/ossf-scorecard-action)
485+
2. manually on your (or somebody else’s) project via the [Command Line](https://github.com/ossf/scorecard#scorecard-command-line-interface)
486+
477487
#### Socket.dev
478488

479489
https://socket.dev

0 commit comments

Comments
 (0)