goweft/Temple Scope Guard
Fail the build when a repo drifts past its declared single-purpose scope.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | temple release to install: a tag (v0.3.1), a bare version (0.3.1), or "latest". Defaults to the release this action ships with, so pinning the action pins the binary. "latest" is resolved at run time and is not reproducible. | no | v0.3.1 |
| github-token | Token used to resolve "latest" through the GitHub API. Only read when version is "latest"; unauthenticated lookups are rate limited on shared runner IPs and fail intermittently. | no | ${{ github.token }} |
| config | Path to the scope contract. | no | temple.toml |
| root | Repo root to inspect. | no | . |
| format | Output format: text, json, or sarif. | no | text |
Outputs
no outputs