itdojp/ae-framework Assurance Gate
Validate assurance artifacts, evaluate a deploy-time profile policy, and render a PR review surface.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 5, 2026
- License
- Apache 2.0
Pinned Snippet
uses: itdojp/ae-framework@1e8dda11ed965632d4f73444599202653ccb86e2 # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| profile | minimal, standard, full, or a custom profile YAML path in the consumer repository | no | minimal |
| artifacts-dir | Directory in the consumer repository containing assurance artifacts and optional evidence.json | no | artifacts |
| policy | Optional policy YAML path in the consumer repository. Built-in profiles default to policy/release-policy.yml from ae-framework. | no | "" |
| output-dir | Directory in the consumer repository where gate artifacts are written | no | artifacts/assurance-gate |
| environment | Optional release-policy environment key, such as staging or production | no | "" |
| fail-on-block | Fail the action when the policy result is block | no | true |
Outputs
| name | description |
|---|---|
| gate-result | Policy result: pass, block, or report-only |
| gate-result-path | Path to gate-result.json |
| assurance-summary-path | Path to assurance-summary.json |
| policy-decision-path | Path to policy-decision.json |
| review-surface-path | Path to review-surface.md |