mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-05 05:17:00 +03:00
CI-Check: add SemaphoreCI and Packit-as-a-Service (#1293)
to make it more likely for some projects to pass the check https://semaphoreci.com/ https://github.com/marketplace/packit-as-a-service Co-authored-by: Naveen <172697+naveensrinivasan@users.noreply.github.com> Co-authored-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com>
This commit is contained in:
parent
84d169bf23
commit
9f7e682fe6
@ -149,7 +149,7 @@ func isTest(s string) bool {
|
||||
// Add more patterns here!
|
||||
for _, pattern := range []string{
|
||||
"appveyor", "buildkite", "circleci", "e2e", "github-actions", "jenkins",
|
||||
"mergeable", "test", "travis-ci",
|
||||
"mergeable", "packit-as-a-service", "semaphoreci", "test", "travis-ci",
|
||||
} {
|
||||
if strings.Contains(l, pattern) {
|
||||
return true
|
||||
|
Loading…
Reference in New Issue
Block a user