File tree Expand file tree Collapse file tree 21 files changed +21
-21
lines changed
flask-instanced-alpine3.21
php-instanced-ubuntu24.04
phpxss-nojail-ubuntu24.04
python3.12-jail-alpine3.21
python3.12-jail-ubuntu24.04
python3.12-nojail-alpine3.21
python3.12-nojail-ubuntu24.04
sagemath-nojail-ubuntu22.04 Expand file tree Collapse file tree 21 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export AUTHOR := $(shell yq -o yaml ".author.name" Manifest.yaml)
2323export CATEGORY := $(shell yq -o yaml ".category" Manifest.yaml)
2424export FLAG := $(shell cat challenge/flag.txt)
2525export FAKE_FLAG := $(shell cat dist/flag.txt)
26- export TAGS := $(shell yq -o yaml " .tags" Manifest.yaml)
26+ export TAGS := $(shell yq -o=tsv ' .tags | join(",") ' Manifest.yaml)
2727
2828# ###########################
2929# Deployment Configuration #
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export AUTHOR := $(shell yq -o yaml ".author.name" Manifest.yaml)
2323export CATEGORY := $(shell yq -o yaml ".category" Manifest.yaml)
2424export FLAG := $(shell cat challenge/flag.txt)
2525export FAKE_FLAG := $(shell cat dist/flag.txt)
26- export TAGS := $(shell yq -o yaml " .tags" Manifest.yaml)
26+ export TAGS := $(shell yq -o=tsv ' .tags | join(",") ' Manifest.yaml)
2727
2828# ###########################
2929# Deployment Configuration #
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export AUTHOR := $(shell yq -o yaml ".author.name" Manifest.yaml)
2323export CATEGORY := $(shell yq -o yaml ".category" Manifest.yaml)
2424export FLAG := $(shell cat challenge/flag.txt)
2525export FAKE_FLAG := $(shell cat dist/flag.txt)
26- export TAGS := $(shell yq -o yaml " .tags" Manifest.yaml)
26+ export TAGS := $(shell yq -o=tsv ' .tags | join(",") ' Manifest.yaml)
2727
2828# ###########################
2929# Deployment Configuration #
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export AUTHOR := $(shell yq -o yaml ".author.name" Manifest.yaml)
2323export CATEGORY := $(shell yq -o yaml ".category" Manifest.yaml)
2424export FLAG := $(shell cat challenge/flag.txt)
2525export FAKE_FLAG := $(shell cat dist/flag.txt)
26- export TAGS := $(shell yq -o yaml " .tags" Manifest.yaml)
26+ export TAGS := $(shell yq -o=tsv ' .tags | join(",") ' Manifest.yaml)
2727
2828# ###########################
2929# Deployment Configuration #
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export AUTHOR := $(shell yq -o yaml ".author.name" Manifest.yaml)
2323export CATEGORY := $(shell yq -o yaml ".category" Manifest.yaml)
2424export FLAG := $(shell cat challenge/flag.txt)
2525export FAKE_FLAG := $(shell cat dist/flag.txt)
26- export TAGS := $(shell yq -o yaml " .tags" Manifest.yaml)
26+ export TAGS := $(shell yq -o=tsv ' .tags | join(",") ' Manifest.yaml)
2727
2828# ###########################
2929# Deployment Configuration #
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export AUTHOR := $(shell yq -o yaml ".author.name" Manifest.yaml)
2323export CATEGORY := $(shell yq -o yaml ".category" Manifest.yaml)
2424export FLAG := $(shell cat challenge/flag.txt)
2525export FAKE_FLAG := $(shell cat dist/flag.txt)
26- export TAGS := $(shell yq -o yaml " .tags" Manifest.yaml)
26+ export TAGS := $(shell yq -o=tsv ' .tags | join(",") ' Manifest.yaml)
2727
2828# ###########################
2929# Deployment Configuration #
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export AUTHOR := $(shell yq -o yaml ".author.name" Manifest.yaml)
2323export CATEGORY := $(shell yq -o yaml ".category" Manifest.yaml)
2424export FLAG := $(shell cat challenge/flag.txt)
2525export FAKE_FLAG := $(shell cat dist/flag.txt)
26- export TAGS := $(shell yq -o yaml " .tags" Manifest.yaml)
26+ export TAGS := $(shell yq -o=tsv ' .tags | join(",") ' Manifest.yaml)
2727
2828# ###########################
2929# Deployment Configuration #
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export AUTHOR := $(shell yq -o yaml ".author.name" Manifest.yaml)
2323export CATEGORY := $(shell yq -o yaml ".category" Manifest.yaml)
2424export FLAG := $(shell cat challenge/flag.txt)
2525export FAKE_FLAG := $(shell cat dist/flag.txt)
26- export TAGS := $(shell yq -o yaml " .tags" Manifest.yaml)
26+ export TAGS := $(shell yq -o=tsv ' .tags | join(",") ' Manifest.yaml)
2727
2828# ###########################
2929# Deployment Configuration #
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export AUTHOR := $(shell yq -o yaml ".author.name" Manifest.yaml)
2323export CATEGORY := $(shell yq -o yaml ".category" Manifest.yaml)
2424export FLAG := $(shell cat challenge/flag.txt)
2525export FAKE_FLAG := $(shell cat dist/flag.txt)
26- export TAGS := $(shell yq -o yaml " .tags" Manifest.yaml)
26+ export TAGS := $(shell yq -o=tsv ' .tags | join(",") ' Manifest.yaml)
2727
2828# ###########################
2929# Deployment Configuration #
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export AUTHOR := $(shell yq -o yaml ".author.name" Manifest.yaml)
2323export CATEGORY := $(shell yq -o yaml ".category" Manifest.yaml)
2424export FLAG := $(shell cat challenge/flag.txt)
2525export FAKE_FLAG := $(shell cat dist/flag.txt)
26- export TAGS := $(shell yq -o yaml " .tags" Manifest.yaml)
26+ export TAGS := $(shell yq -o=tsv ' .tags | join(",") ' Manifest.yaml)
2727
2828# ###########################
2929# Deployment Configuration #
You can’t perform that action at this time.
0 commit comments