Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TEP-0091] use verification mode in trusted resources #6406

Merged
merged 1 commit into from
Mar 23, 2023

Commits on Mar 23, 2023

  1. use verification mode in trusted resources

    This commit uses verification policy's mode field in trusted resources.
    The mode can be set to "warn" or "enforce". The policy will use "enforce" mode if the `mode` is not set.
    If the mode is set `warn`, then fails to verify this policy will only
    log a warning and not fail the taskruns or pipelineruns. "enforce" mode
    policy will fail the taskruns or pipelineruns if fails to verify.
    
    Signed-off-by: Yongxuan Zhang [email protected]
    Yongxuanzhang committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    d3f5003 View commit details
    Browse the repository at this point in the history