You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
This bug describes CI/CD tools that repositories may use to perform tests and/or releases. These CI/CDs could be detected by Scorecard when evaluating not only checks such as CI-Tests, Packaging and Signed-Releases, but also, Dangerous-Workflow (as suggested in #3630), Pinned-Dependencies and Token-Permissions.
Reproduction steps
Expected behavior
Scorecard identifies CI/CDs tools other than GitHub Actions when evaluating repository pipelines.
Describe the bug
This bug describes CI/CD tools that repositories may use to perform tests and/or releases. These CI/CDs could be detected by Scorecard when evaluating not only checks such as CI-Tests, Packaging and Signed-Releases, but also, Dangerous-Workflow (as suggested in #3630), Pinned-Dependencies and Token-Permissions.
Reproduction steps
Expected behavior
Scorecard identifies CI/CDs tools other than GitHub Actions when evaluating repository pipelines.
Additional context
This CI Detector gem in Ruby can provide some insights on some CI/CDs used by the community:
https://github.com/ruby/ruby/blob/master/lib/rubygems/ci_detector.rb#L11-L25
The text was updated successfully, but these errors were encountered: