17c92d678e3edbe9db442ab74e6c4c23fbee8333
[arvados.git] / sdk / cwl / tests / wf / secret_wf.cwl
1 cwlVersion: v1.0
2 class: Workflow
3 $namespaces:
4   cwltool: http://commonwl.org/cwltool#
5 hints:
6   "cwltool:Secrets":
7     secrets: [pw]
8   DockerRequirement:
9     dockerPull: debian:8
10 inputs:
11   pw: string
12 outputs:
13   out:
14     type: File
15     outputSource: step1/out
16 steps:
17   step1:
18     in:
19       pw: pw
20     out: [out]
21     run: secret_job.cwl