Skip to content

Commit 77c03fb

Browse files
authored
Added OpenSSF Scorecard Badge for Security Insights (#2014)
* Update CONTRIBUTORS * Update AUTHORS * added openSSF badge into README.md * Create ossf.yml
1 parent 4e18a00 commit 77c03fb

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

.github/workflows/ossf.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ MongoDB Inc.
5454
Nick Hutchinson <[email protected]>
5555
Norman Heino <[email protected]>
5656
Oleksandr Sochka <[email protected]>
57+
Olga Fadeeva <[email protected]>
5758
Ori Livneh <[email protected]>
5859
Paul Redmond <[email protected]>
5960
Prithvi Rao <[email protected]>

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Min-Yih Hsu <[email protected]>
7676
Nick Hutchinson <[email protected]>
7777
Norman Heino <[email protected]>
7878
Oleksandr Sochka <[email protected]>
79+
Olga Fadeeva <[email protected]>
7980
Ori Livneh <[email protected]>
8081
Pascal Leroy <[email protected]>
8182
Paul Redmond <[email protected]>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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

0 commit comments

Comments
 (0)