ossf / scorecard

OpenSSF Scorecard - Security health metrics for Open Source
https://scorecard.dev
Apache License 2.0
4.24k stars 460 forks source link

🌱 maintainer annotations: search for config #4152

Closed raghavkaul closed 2 weeks ago

raghavkaul commented 3 weeks ago

What kind of change does this PR introduce?

Look for maintainer annotation config files in multiple locations: scorecard.yml, .scorecard.yml, .github/scorecard.yml. Scorecard uses the first one it finds regardless of whether it's valid.

What is the current behavior?

Only look for scorecard.yml and don't apply maintainer annotation if that file doesn't exist.

Which issue(s) this PR fixes

Addresses #4048