File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : OSSF Scorecard Weekly
2+
3+ on :
4+ schedule :
5+ - cron : ' 0 0 * * 0' # Runs every Sunday at midnight UTC
6+ workflow_dispatch :
7+
8+ jobs :
9+ ossf-scorecard :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - name : Checkout repository
13+ uses : actions/checkout@v4
14+
15+ - name : Publish OSSF Scorecard badge to README
16+ uses : ossf/scorecard-action@v2
17+ with :
18+ publish_results : true
19+ badge : true
20+ branch : main
21+ readme_path : README.md
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ MongoDB Inc.
5454Nick Hutchinson <nshutchinson@gmail.com>
5555Norman Heino <norman.heino@gmail.com>
5656Oleksandr Sochka <sasha.sochka@gmail.com>
57+ Olga Fadeeva <olga.kiselik@gmail.com>
5758Ori Livneh <ori.livneh@gmail.com>
5859Paul Redmond <paul.redmond@gmail.com>
5960Prithvi Rao <ee22b024@smail.iitm.ac.in>
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ Min-Yih Hsu <yihshyng223@gmail.com>
7676Nick Hutchinson <nshutchinson@gmail.com>
7777Norman Heino <norman.heino@gmail.com>
7878Oleksandr Sochka <sasha.sochka@gmail.com>
79+ Olga Fadeeva <olga.kiselik@gmail.com>
7980Ori Livneh <ori.livneh@gmail.com>
8081Pascal Leroy <phl@google.com>
8182Paul Redmond <paul.redmond@gmail.com>
Original file line number Diff line number Diff line change 55[ ![ pylint] ( https://github.com/google/benchmark/workflows/pylint/badge.svg )] ( https://github.com/google/benchmark/actions?query=workflow%3Apylint )
66[ ![ test-bindings] ( https://github.com/google/benchmark/workflows/test-bindings/badge.svg )] ( https://github.com/google/benchmark/actions?query=workflow%3Atest-bindings )
77[ ![ Coverage Status] ( https://coveralls.io/repos/google/benchmark/badge.svg )] ( https://coveralls.io/r/google/benchmark )
8+ [ ![ OpenSSF Scorecard] ( https://api.securityscorecards.dev/projects/github.com/google/benchmark/badge )] ( https://securityscorecards.dev/viewer/?uri=github.com/google/benchmark )
89
910[ ![ Discord] ( https://discordapp.com/api/guilds/1125694995928719494/widget.png?style=shield )] ( https://discord.gg/cz7UX7wKC2 )
1011
You can’t perform that action at this time.
0 commit comments