diff --git a/pipeline/frontend/yaml/linter/schema/.woodpecker/test-step.yaml b/pipeline/frontend/yaml/linter/schema/.woodpecker/test-step.yaml index 1a8f33911..9b0980c5e 100644 --- a/pipeline/frontend/yaml/linter/schema/.woodpecker/test-step.yaml +++ b/pipeline/frontend/yaml/linter/schema/.woodpecker/test-step.yaml @@ -14,6 +14,14 @@ steps: image: golang commands: go test + entrypoint: + image: alpine + entrypoint: ["some_entry", "--some-flag"] + + singla-entrypoint: + image: alpine + entrypoint: some_entry + commands: privileged: true image: golang