File tree Expand file tree Collapse file tree 2 files changed +48
-48
lines changed Expand file tree Collapse file tree 2 files changed +48
-48
lines changed Original file line number Diff line number Diff line change 1
1
name : ' csdp-report-image'
2
2
description : ' Report image to csdp'
3
3
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
50
49
runs :
51
50
using : ' docker'
52
- image : Dockerfile
51
+ image : Dockerfile
Original file line number Diff line number Diff line change 1
- version : 0.0.16
1
+ name : csdp-report-image
2
+ version : 0.0.17
You can’t perform that action at this time.
0 commit comments