From 3d0b1681d76af85bef39ae2b37922a4a95374d51 Mon Sep 17 00:00:00 2001 From: Denis Melnik Date: Tue, 2 Jul 2024 12:57:30 +0300 Subject: [PATCH] add verbose logging argument to codefresh-image-report (#694) * Update step.yaml * bump --- incubating/codefresh-report-image/step.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/incubating/codefresh-report-image/step.yaml b/incubating/codefresh-report-image/step.yaml index a5fc0e3ed..c11553a28 100644 --- a/incubating/codefresh-report-image/step.yaml +++ b/incubating/codefresh-report-image/step.yaml @@ -2,7 +2,7 @@ kind: step-type version: '1.0' metadata: name: codefresh-report-image - version: 1.0.10 + version: 1.0.11 isPublic: true description: Report Docker Image Metadata to Codefresh CD sources: @@ -222,6 +222,11 @@ spec: "CF_DOCKERFILE_CONTENT": { "type": "string", "description": "Content of the Dockerfile used for building image base64 encoded" + }, + "CF_VERBOSE": { + "type": "string", + "description": "Enables verbose logging", + "default: "false", } } }