projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
13108: Fix tests.
[arvados.git]
/
sdk
/
cwl
/
tests
/
wf
/
secret_job.cwl
1
cwlVersion: v1.0
2
class: CommandLineTool
3
$namespaces:
4
cwltool: http://commonwl.org/cwltool#
5
hints:
6
"cwltool:Secrets":
7
secrets: [pw]
8
requirements:
9
InitialWorkDirRequirement:
10
listing:
11
- entryname: example.conf
12
entry: |
13
username: user
14
password: $(inputs.pw)
15
inputs:
16
pw: string
17
outputs:
18
out: stdout
19
stdout: hashed_example.txt
20
arguments: [md5sum, example.conf]