We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a3879 commit 2a3029bCopy full SHA for 2a3029b
Process.yml
@@ -828,6 +828,13 @@ $graph:
828
type). However implementations may, at user option, treat
829
failure to look up a secret as a fatal error.
830
831
+ Workflow engines should verify that, when a secret is passed
832
+ through multiple levels (e.g. from a parent workflow to a
833
+ sub-workflow to a command line tool), it is secret at every
834
+ level, for example through a check that secret inputs are only
835
+ be passed to workflow steps where the inputs are also marked
836
+ as secret, or that secret inputs to a workflow step are
837
+ themselves secret at the parent workflow level.
838
839
- name: OutputParameter
840
type: record
0 commit comments