Skip to content

Commit 8007526

Browse files
authored
Merge pull request #27 from miyunari/add_docs_community_project
Add CONTRIBUTORS and ROADMAP file
2 parents 1b3268b + d3bf6e0 commit 8007526

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

β€ŽCONTRIBUTORS.mdβ€Ž

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Contributors
2+
3+
Thank you to all contributors who help make this project better! We appreciate contributions of all types β€” code, documentation, testing, issue triage, and community engagement.
4+
5+
---
6+
7+
## πŸ‘©β€πŸ’» Maintainers
8+
9+
The following contributors are trusted maintainers of this project. They are responsible for reviewing PRs, managing issues, and guiding the project’s direction:
10+
11+
| Name | GitHub | Role |
12+
|------|--------|------|
13+
| Nina Bongartz | [@miyunari](https://github.com/miyunari) | Maintainer |
14+
| Ivan Font | [@font](https://github.com/font) | Maintainer |
15+
| Rachel Yordan | [@kahboom](https://github.com/kahboom) | Maintainer |
16+
17+
> Maintainers are listed based on their current responsibilities. If you're interested in becoming a maintainer, check out the [CONTRIBUTING.md](./CONTRIBUTING.md) and reach out on our Slack!
18+
19+
---
20+
21+
## πŸ§‘β€πŸ€β€πŸ§‘ Community Contributors
22+
23+
Everyone who's contributed β€” whether through PRs, issues, or discussions β€” is recognized here or on [GitHub contributors](https://github.com/sigstore/REPO/graphs/contributors).

β€ŽROADMAP.mdβ€Ž

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Sigstore Model-Validation-Operator Roadmap
2+
3+
## Objective
4+
5+
This roadmap outlines the community direction for the Sigstore Model-Validation-Operator from April 2025 through 2026 and beyond. It focuses on short-term deliverables with a long-term vision for secure and flexible AI model validation on Kubernetes.
6+
7+
## Background
8+
9+
### Problem
10+
11+
There is currently no standard method for validating AI/ML models on Kubernetes, whether sourced from volumes, OCI images, or remote APIs. As model deployment becomes increasingly central, ensuring model integrity is critical.
12+
13+
### Current Status
14+
15+
With this repository, a proof of concept exists that injects an `initContainer` into workloads to validate signed models from mounted volumes using the [Sigstore Model Transparency CLI](https://github.com/sigstore/model-transparency/tree/main/src/model_signing).
16+
17+
## Vision
18+
19+
As the project is still in its early stages, we should further evaluate how models are typically consumed ([model-transparency#435](https://github.com/sigstore/model-transparency/issues/435)) β€” e.g., via volumes, OCI images, remote APIs, or a combination. Based on these findings, we may consider supporting partial verification to accommodate mixed sources ([model-transparency#434](https://github.com/sigstore/model-transparency/issues/434)). In the long term, this effort could be integrated into the Sigstore policy-controller ([model-transparency#436](https://github.com/sigstore/model-transparency/issues/436)) or remain as a standalone operator.

0 commit comments

Comments
Β (0)