File tree Expand file tree Collapse file tree 1 file changed +55
-0
lines changed Expand file tree Collapse file tree 1 file changed +55
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : ' csdp-report-image'
2
+ description : ' Report image to csdp'
3
+ inputs :
4
+ inputs :
5
+ CF_RUNTIME :
6
+ required : false
7
+ type : string
8
+ CF_IMAGE :
9
+ required : true
10
+ type : string
11
+ CONTAINER_REGISTRY_INTEGRATION :
12
+ required : false
13
+ type : string
14
+ CF_ENRICHERS :
15
+ required : false
16
+ type : string
17
+ CF_INSECURE :
18
+ required : false
19
+ type : string
20
+ CF_WORKFLOW_URL :
21
+ required : false
22
+ type : string
23
+ CF_LOGS_URL :
24
+ required : false
25
+ type : string
26
+ CF_GIT_BRANCH :
27
+ required : false
28
+ type : string
29
+ CF_GIT_SHA :
30
+ required : false
31
+ type : string
32
+ CF_GIT_REPO :
33
+ required : false
34
+ type : string
35
+ CF_GIT_INTEGRATION :
36
+ required : false
37
+ type : string
38
+ CF_JIRA_PROJECT_PREFIX :
39
+ required : false
40
+ type : string
41
+ CF_JIRA_MESSAGE :
42
+ required : false
43
+ type : string
44
+ CF_JIRA_INTEGRATION :
45
+ required : false
46
+ type : string
47
+ CF_JIRA_FAIL_ON_NOT_FOUND :
48
+ required : false
49
+ type : string
50
+ secrets :
51
+ CF_API_KEY :
52
+ required : true
53
+ runs :
54
+ using : ' docker'
55
+ image : ' safficodefresh/csdp-report-image:latest'
You can’t perform that action at this time.
0 commit comments