Skip to content

Commit 2eb64d1

Browse files
authored
fix(Badge): fixing the build badge and add OSSF scorecards badge (#8)
- Updating build badge - Adding badge scorecards
1 parent 73fb4fa commit 2eb64d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# fs-walk
22
![version](https://img.shields.io/badge/dynamic/json.svg?url=https://raw.githubusercontent.com/NodeSecure/fs-walk/master/package.json&query=$.version&label=Version)
33
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/NodeSecure/fs-walk/commit-activity)
4+
[![OpenSSF
5+
Scorecard](https://api.securityscorecards.dev/projects/github.com/NodeSecure/fs-walk/badge)](https://api.securityscorecards.dev/projects/github.com/NodeSecure/fs-walk)
46
[![mit](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/NodeSecure/fs-walk/blob/master/LICENSE)
5-
![build](https://img.shields.io/github/workflow/status/NodeSecure/fs-walk/Node.js%20CI)
7+
![build](https://img.shields.io/github/actions/workflow/status/NodeSecure/fs-walk/node.js.yml)
68

79
Modern FileSystem (fs) utilities to lazy walk directories Asynchronously (but also Synchronously). Under the hood the code has been created using ES6 Generators.
810

0 commit comments

Comments
 (0)