Skip to content

Commit d6e8338

Browse files
committed
Add 'protocol' to challenge-example.yml
1 parent 30fc3c4 commit d6e8338

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ctfcli/spec/challenge-example.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ type: standard
2424
# If you have an imaged hosted on Docker set to the image url (e.g. python/3.8:latest, registry.gitlab.com/python/3.8:latest)
2525
# Follow Docker best practices and assign a tag
2626
image: null
27+
28+
# Specify a protocol that should be used to connect to the running image
29+
# For example if the image is a website you can specify http or https
30+
# Otherwise you can specify tcp
31+
protocol: null
32+
2733
# Specify a host to deploy the challenge onto.
2834
# The currently supported URI schemes are ssh:// and registry://
2935
# ssh is an ssh URI where the above image will be copied to and deployed (e.g. ssh://[email protected])

0 commit comments

Comments
 (0)