cerbos/Cerbos Store Action
Uploads Cerbos policies to Cerbos Hub stores
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- Apache 2.0
Pinned Snippet
uses: cerbos/cerbos-store-action@dfdb93b5e14179a83f6f41e3dd78f6dfc2edbb06 # v1.1.7tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | The GitHub token to use | — | — |
| version | Cerbosctl version to download if not exists in the tool cache already | — | latest |
| api_endpoint | Cerbos Hub API endpoint | — | https://api.cerbos.cloud |
| store_id | ID of the Cerbos Hub store to operate on | yes | — |
| client_id | Client ID of the store access credential | yes | — |
| client_secret | Client secret of the store access credential | yes | — |
| from_revision | Git revision to start from when generating the diff (Ex: HEAD~1) (The resolved reference must be the ancestor of the to_revision input) | — | — |
| to_revision | Git revision to end when generating the diff (Ex: HEAD) | — | — |
| subdir | Subdirectory under the repository path to check and upload changes from (Ex: policies) | — | — |
Outputs
no outputs