https://github.com/external-secrets/.project
Project metadata for external-secrets - CNCF .project automation
https://github.com/external-secrets/.project
Last synced: 2 days ago
JSON representation
Project metadata for external-secrets - CNCF .project automation
- Host: GitHub
- URL: https://github.com/external-secrets/.project
- Owner: external-secrets
- Created: 2026-07-04T14:06:14.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2026-07-15T16:22:54.000Z (14 days ago)
- Last Synced: 2026-07-17T06:42:50.720Z (12 days ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# external-secrets `.project`
`.project` (dot-project) is a CNCF initiative to centralize and automate metadata management for all CNCF projects.
This repository holds the canonical metadata for [external-secrets](https://external-secrets.io/) and is maintained by the CNCF automation tooling.
## What's in this repo
| File | Purpose |
|------|---------|
| `project.yaml` | Canonical project metadata (name, maturity, repositories, governance links, …) |
| `maintainers.yaml` | Maintainer and reviewer roster used for drift detection and mailing-list sync |
| `CODEOWNERS` | Ensures PRs to this repo require maintainer approval |
| `.github/workflows/validate.yaml` | CI — validates `project.yaml` and `maintainers.yaml` on every PR |
| `.github/workflows/update-landscape.yml` | Automatically proposes landscape updates when `project.yaml` changes |
## Keeping metadata up to date
Open a pull request against this repository to update any metadata field.
The validate workflow will check schema correctness and block merge if validation fails.
> **Note:** This repository was bootstrapped automatically from public sources (CNCF landscape, CLOMonitor, GitHub governance files).
> Some fields are best-effort guesses marked with `# TODO: AUTO-DETECTED — please verify` in the YAML files and should be confirmed by the project maintainers.
## Resources
- [`.project` documentation](https://github.com/cncf/automation/tree/main/utilities/dot-project)
- [Schema reference](https://github.com/cncf/automation/blob/main/utilities/dot-project/SCHEMA.md)
- [CNCF Automation repository](https://github.com/cncf/automation)