https://github.com/falcosecurity/peribolos-syncer
Tool to synchronize Peribolos configuration with GitHub people sources of truth.
https://github.com/falcosecurity/peribolos-syncer
automation community github governance opensource owners peribolos
Last synced: 3 months ago
JSON representation
Tool to synchronize Peribolos configuration with GitHub people sources of truth.
- Host: GitHub
- URL: https://github.com/falcosecurity/peribolos-syncer
- Owner: falcosecurity
- License: apache-2.0
- Created: 2023-05-01T17:01:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T12:23:12.000Z (about 2 years ago)
- Last Synced: 2025-11-20T16:10:17.517Z (7 months ago)
- Topics: automation, community, github, governance, opensource, owners, peribolos
- Language: Go
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Peribolos config syncer
Tool to synchronize [Peribolos](https://docs.prow.k8s.io/docs/components/cli-tools/peribolos/) configuration from external sources.
It synchronizes GitHub Team configurations with external GitHub people source of truth, like [OWNERS](https://docs.prow.k8s.io/docs/components/plugins/approve/approvers/#overview) files.
## Supported source of truth
The currently supported GitHub people source of truth are:
* [OWNERS](https://docs.prow.k8s.io/docs/components/plugins/approve/approvers/#overview).
## Usage
### Local files
The `sync local` retrieves both the GitHub people source of truth and Peribolos config files from a **local filesystem**.
It updates in-place the specified GitHub team according to the approvers of the specified [OWNERS](https://docs.prow.k8s.io/docs/components/plugins/approve/approvers/#overview) file.
#### Documentation
Please refer to the [`sync local`](./docs/peribolos-syncer_sync_local.md) command documentation.
### Remote files
The `sync github` synchronizes Peribolos config on remote **GitHub repositories** via Pull Request.
It updates the specified GitHub team according to the approvers of the specified [OWNERS](https://docs.prow.k8s.io/docs/components/plugins/approve/approvers/#overview) file.
#### Documentation
Please refer to the [`sync github`](./docs/peribolos-syncer_sync_github.md) command documentation.
## Goals
- Synchronize Github teams in a Peribolos configuration.
## Non-goals
- Synchronize Github organization and settings.