Treetop Bundle Action v1.0.0
Treetop Bundle Action v1.0.0
Validate Cedar permissions, schemas, labels, module manifests, and complete Treetop bundles directly in GitHub Actions.
Highlights
- Checks bundles, modules, and standalone policies with GitHub annotations and job summaries.
- Optionally builds deterministic unsigned bundle archives for later deployment jobs.
- Downloads an exact
treetop-bundlerelease, enforces a 128 MiB limit, and verifies the archive againstSHA256SUMSbefore execution. - Supports Linux x86-64, Linux ARM64, Apple-silicon macOS, and Windows x86-64 runners.
- Defaults to
treetop-bundle0.0.4.
Usage
- uses: treetop-policy-engine/treetop-bundle-action@v1
with:
manifest: treetop-bundle.toml
deny-warnings: trueFor an immutable workflow reference, pin the action to commit e7593574b96b33d6aea9b52fd5d0005afa0f4d64.
This release passed unit and metadata checks plus native and real-release-download scenarios on all four supported runner platforms.