Skip to content

Commit 0b786e6

Browse files
change inputs (#12)
Co-authored-by: saffi <[email protected]>
1 parent 266727e commit 0b786e6

File tree

2 files changed

+48
-48
lines changed

2 files changed

+48
-48
lines changed

action.yaml

Lines changed: 46 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,51 @@
11
name: 'csdp-report-image'
22
description: 'Report image to csdp'
33
inputs:
4-
inputs:
5-
CF_IMAGE:
6-
required: true
7-
type: string
8-
CONTAINER_REGISTRY_INTEGRATION:
9-
required: false
10-
type: string
11-
CF_ENRICHERS:
12-
required: false
13-
type: string
14-
CF_INSECURE:
15-
required: false
16-
type: string
17-
CF_WORKFLOW_URL:
18-
required: false
19-
type: string
20-
CF_LOGS_URL:
21-
required: false
22-
type: string
23-
CF_GIT_BRANCH:
24-
required: false
25-
type: string
26-
CF_GIT_SHA:
27-
required: false
28-
type: string
29-
CF_GIT_REPO:
30-
required: false
31-
type: string
32-
CF_GIT_INTEGRATION:
33-
required: false
34-
type: string
35-
CF_JIRA_PROJECT_PREFIX:
36-
required: false
37-
type: string
38-
CF_JIRA_MESSAGE:
39-
required: false
40-
type: string
41-
CF_JIRA_INTEGRATION:
42-
required: false
43-
type: string
44-
CF_JIRA_FAIL_ON_NOT_FOUND:
45-
required: false
46-
type: string
47-
secrets:
48-
CF_API_KEY:
49-
required: true
4+
CF_IMAGE:
5+
description: image reported, quay.io/codefresh/newly-built-image:0.0.1
6+
required: true
7+
CONTAINER_REGISTRY_INTEGRATION:
8+
required: false
9+
type: string
10+
CF_ENRICHERS:
11+
required: false
12+
description: "list of integrations separated by commas: jira, github"
13+
CF_INSECURE:
14+
required: false
15+
description: "security flag for standard registry protocol, when set to true it enables http protocol"
16+
CF_WORKFLOW_URL:
17+
required: false
18+
description: "external url for the workflow"
19+
CF_LOGS_URL:
20+
required: false
21+
description: "external url for the logs"
22+
CF_GIT_BRANCH:
23+
required: false
24+
description: "The git branch to use to enrich"
25+
CF_GIT_SHA:
26+
required: false
27+
description: "The git SHA to use to enrich"
28+
CF_GIT_REPO:
29+
required: false
30+
description: "The GitHub repo to use to enrich"
31+
CF_GIT_INTEGRATION:
32+
required: false
33+
description: "The integration key"
34+
CF_JIRA_PROJECT_PREFIX:
35+
required: false
36+
description: "Jira project prefix"
37+
CF_JIRA_MESSAGE:
38+
required: false
39+
description: "String that contains PREFIX-ISSUE_ID"
40+
CF_JIRA_INTEGRATION:
41+
required: false
42+
description: "The integration key"
43+
CF_JIRA_FAIL_ON_NOT_FOUND:
44+
required: false
45+
description: "fail in case of ticket not found"
46+
CF_API_KEY:
47+
description: "Codefresh API KEY"
48+
required: true
5049
runs:
5150
using: 'docker'
52-
image: Dockerfile
51+
image: Dockerfile

service.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
version: 0.0.16
1+
name: csdp-report-image
2+
version: 0.0.17

0 commit comments

Comments
 (0)