Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![CI](https://github.com/Kernel-Guard/bpfcompat/actions/workflows/ci.yml/badge.svg)](https://github.com/Kernel-Guard/bpfcompat/actions/workflows/ci.yml)
[![CodeQL](https://github.com/Kernel-Guard/bpfcompat/actions/workflows/codeql.yml/badge.svg)](https://github.com/Kernel-Guard/bpfcompat/actions/workflows/codeql.yml)
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/Kernel-Guard/bpfcompat/badge)](https://scorecard.dev/viewer/?uri=github.com/Kernel-Guard/bpfcompat)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/13230/badge)](https://www.bestpractices.dev/projects/13230)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)

`bpfcompat` is an open-source compatibility validator for compiled eBPF
Expand Down
9 changes: 4 additions & 5 deletions docs/supply-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,10 @@ These are not files in the repo. Track their status here.
- [ ] **Code scanning default setup OFF if CodeQL workflow is used** (avoid
double analysis): Settings → Code security → Code scanning. Do this after
`codeql.yml` lands on `main`.
- [ ] **OpenSSF Best Practices badge**: register the project at
<https://www.bestpractices.dev/>, then add the returned badge:
`[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/<ID>/badge)](https://www.bestpractices.dev/projects/<ID>)`
to the README badge row. (Scorecard is automated; this one needs a
one-time self-assessment.)
- [x] **OpenSSF Best Practices badge** (passing, 2026-06-15): project
[13230](https://www.bestpractices.dev/projects/13230) at the *passing*
tier; badge is in the README row. Keep the self-assessment current as the
project evolves, and pursue the *silver*/*gold* tiers when ready.
- [ ] **Scorecard badge publishing**: the first successful `scorecard.yml` run
on `main` populates <https://scorecard.dev/viewer/?uri=github.com/Kernel-Guard/bpfcompat>
and resolves the README badge.
Expand Down