|
| 1 | +# .project metadata for bpfman |
| 2 | +# Documentation: https://github.com/cncf/automation/tree/main/utilities/dot-project |
| 3 | + |
| 4 | +# TODO: Add maturity_log entry with TOC issue URL |
| 5 | +# TODO: Set project_lead GitHub handle |
| 6 | +# TODO: Set cncf_slack_channel |
| 7 | +# TODO: Set identity_type under legal (has_dco, has_cla) |
| 8 | +# TODO: Add adopters list (ADOPTERS.md) |
| 9 | +# TODO: Add package_managers if distributed via registries |
| 10 | + |
| 11 | +schema_version: "1.0.0" |
| 12 | +slug: "bpfman" |
| 13 | +name: "bpfman" |
| 14 | +description: "An eBPF Manager for Linux and Kubernetes" |
| 15 | +type: "project" |
| 16 | +# TODO: Set project lead GitHub handle |
| 17 | +# project_lead: "github-handle" |
| 18 | +# TODO: Set CNCF Slack channel |
| 19 | +# cncf_slack_channel: "#bpfman" |
| 20 | + |
| 21 | +maturity_log: |
| 22 | + - phase: "sandbox" |
| 23 | + date: "2026-03-18T14:31:10Z" |
| 24 | + issue: "https://github.com/cncf/toc/issues/XXX" # TODO: Set TOC issue URL |
| 25 | + |
| 26 | +repositories: |
| 27 | + - "https://github.com/bpfman/bpfman" |
| 28 | + |
| 29 | +website: "https://bpfman.io/" |
| 30 | + |
| 31 | +artwork: "https://landscape.cncf.io/logos/bpfman_logo.svg" |
| 32 | + |
| 33 | +# TODO: Add ADOPTERS.md if your project tracks adopters |
| 34 | +# adopters: |
| 35 | +# path: "https://github.com/bpfman/bpfman/blob/main/ADOPTERS.md" |
| 36 | + |
| 37 | +# TODO: Add package manager identifiers if your project is distributed via registries |
| 38 | +# package_managers: |
| 39 | +# docker: "bpfman/bpfman" |
| 40 | + |
| 41 | + |
| 42 | +security: |
| 43 | + policy: |
| 44 | + path: "https://github.com/bpfman/bpfman/blob/main/SECURITY.md" |
| 45 | + contact: |
| 46 | + advisory_url: "https://github.com/bpfman/bpfman/security/advisories/new" |
| 47 | + |
| 48 | +governance: |
| 49 | + contributing: |
| 50 | + path: "https://github.com/bpfman/bpfman/blob/main/CONTRIBUTING.md" |
| 51 | + code_of_conduct: |
| 52 | + path: "https://github.com/cncf/foundation/blob/main/code-of-conduct.md" |
| 53 | + |
| 54 | +legal: |
| 55 | + license: |
| 56 | + path: "https://github.com/bpfman/bpfman/blob/main/LICENSE" |
| 57 | + identity_type: |
| 58 | + has_dco: true |
| 59 | + has_cla: false |
| 60 | + dco_url: |
| 61 | + path: "https://developercertificate.org/" |
| 62 | + |
| 63 | +documentation: |
| 64 | + readme: |
| 65 | + path: "https://github.com/bpfman/bpfman/blob/main/README.md" |
| 66 | + |
| 67 | +landscape: |
| 68 | + category: "Provisioning" |
| 69 | + subcategory: "Security & Compliance" |
| 70 | + |
0 commit comments