Commit 292cc2e 1 parent 73a2b9e commit 292cc2e Copy full SHA for 292cc2e
File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/cidverse/normalizeci.svg )] ( https://pkg.go.dev/github.com/cidverse/normalizeci )
4
4
[ ![ 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 )
5
6
6
7
> A cli tool (or go library) to provide a foundation for a platform-agnostic CICD process.
7
8
@@ -102,7 +103,7 @@ var normalized = normalizeci.RunDefaultNormalization()
102
103
| NAME | SLUG |
103
104
| -----------------------| ------------------|
104
105
| Azure DevOps Pipeline | ` azure-devops ` |
105
- | GitLab CI/CD] | ` gitlab-ci ` |
106
+ | GitLab CI/CD | ` gitlab-ci ` |
106
107
| GitHub Actions | ` github-actions ` |
107
108
| Local Git Repository | ` local ` |
108
109
@@ -138,6 +139,8 @@ var normalized = normalizeci.RunDefaultNormalization()
138
139
| Travis CI | ` travis-ci ` |
139
140
| Wercker | ` wercker ` |
140
141
142
+ If a system is missing in this list, please open an issue.
143
+
141
144
## License
142
145
143
146
Released under the [ MIT license] ( ./LICENSE ) .
You can’t perform that action at this time.
0 commit comments