We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a321dbb commit 36ab5e2Copy full SHA for 36ab5e2
Process.yml
@@ -441,6 +441,13 @@ $graph:
441
type). However implementations may, at user option, treat
442
failure to look up a secret as a fatal error.
443
444
+ Workflow engines should verify that, when a secret is passed
445
+ through multiple levels (e.g. from a parent workflow to a
446
+ sub-workflow to a command line tool), it is secret at every
447
+ level, for example through a check that secret inputs are only
448
+ be passed to workflow steps where the inputs are also marked
449
+ as secret, or that secret inputs to a workflow step are
450
+ themselves secret at the parent workflow level.
451
452
- name: OutputParameter
453
type: record
0 commit comments