A collection of utilities for working with CloudBees policies.
| Utility | Description |
|---|---|
Reusable workflow that discovers and evaluates all policies applicable to the current workflow context, and automatically routes |
Call evaluate-policy-context from your workflow to evaluate all policies that match the current checkpoint.
The workflow resolves REVIEW results to a manual approval step automatically.
policy-exit:
needs: [scan-job]
uses: cloudbees-io/policy-utils/evaluate-policy-context/workflow.yml@v2
with:
checkpoint-type: job
checkpoint-name: scan-job
checkpoint-position: exitSee evaluate-policy-context/README.adoc for the full list of inputs and outputs.
-
Learn more about using actions in CloudBees workflows.
-
Learn about the CloudBees platform.