-
Notifications
You must be signed in to change notification settings - Fork 169
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
Lock template steps #2331
Comments
How
|
Also one aspect to keep in mind is how to handle transition if a template owner makes a step locked which a user was overriding in the past. |
What happened:
As a template owner I want to prevent users from overriding my step. This is useful to provide the bare minimum steps a user must run to use my template. Also with Template composition involved I would like to prevent another Template from redefining a step which must run, let's say a step for doing security scanning.
What you expected to happen:
eg:
scan
in their screwdriver.yamlHow to reproduce it:
N/A
Related
There are few issues related to expanding a step's capabilities.
The text was updated successfully, but these errors were encountered: