Skip to content

Commit 292cc2e

Browse files
committed
chore: add ossf scorecard to readme
1 parent 73a2b9e commit 292cc2e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Go Reference](https://pkg.go.dev/badge/github.com/cidverse/normalizeci.svg)](https://pkg.go.dev/github.com/cidverse/normalizeci)
44
[![Go Report Card](https://goreportcard.com/badge/github.com/cidverse/normalizeci)](https://goreportcard.com/report/github.com/cidverse/normalizeci)
5+
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/cidverse/normalizeci/badge)](https://securityscorecards.dev/viewer/?uri=github.com/cidverse/normalizeci)
56

67
> A cli tool (or go library) to provide a foundation for a platform-agnostic CICD process.
78
@@ -102,7 +103,7 @@ var normalized = normalizeci.RunDefaultNormalization()
102103
| NAME | SLUG |
103104
|-----------------------|------------------|
104105
| Azure DevOps Pipeline | `azure-devops` |
105-
| GitLab CI/CD] | `gitlab-ci` |
106+
| GitLab CI/CD | `gitlab-ci` |
106107
| GitHub Actions | `github-actions` |
107108
| Local Git Repository | `local` |
108109

@@ -138,6 +139,8 @@ var normalized = normalizeci.RunDefaultNormalization()
138139
| Travis CI | `travis-ci` |
139140
| Wercker | `wercker` |
140141

142+
If a system is missing in this list, please open an issue.
143+
141144
## License
142145

143146
Released under the [MIT license](./LICENSE).

0 commit comments

Comments
 (0)