Skip to content

Commit ee14f84

Browse files
authored
Add OSSF badge
1 parent 6fbae78 commit ee14f84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/devops-actions/json-to-file/badge)](https://api.securityscorecards.dev/projects/github.com/devops-actions/json-to-file)
12
[![build-test](https://github.com/devops-actions/json-to-file/actions/workflows/test.yml/badge.svg)](https://github.com/devops-actions/json-to-file/actions/workflows/test.yml)
23

34

@@ -10,4 +11,4 @@ Write JSON from to a file, without having to worry about string escaping on a ba
1011
with:
1112
json: '{"test": "test"}'
1213
filename: 'test.json'
13-
```
14+
```

0 commit comments

Comments
 (0)