shield-checkCheck Policy

A check policy task will check the policies applicable to the target app and environment for compliance. The following options are available:

  • Proceed on Failure. If enabled, the pipeline will continue executing when this step fails.

  • What is the minimum policy status required for this check to pass? If the policy state returned by the policy check is the same or better than the selected status, the policy check task will pass. E.g. If you select 'warning' and the policy check returns the status 'warning', the policy check task will pass.

circle-info

If the revision for the current release has already been checked previosuly by the system (E.g. someone has manually checked the revision, or it was already deployed to a different environment), the stored result of the check will be used.

However, if the revision has not yet been checked, the model for the revision will be processed and checked during the pipeline execution. This will incur delay during your pipeline execution as revision checks can take a long time to execute.

Last updated