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", } } }