Skip to content

Commit a6098bc

Browse files
committed
add link to the readme
1 parent 8daef4c commit a6098bc

File tree

1 file changed

+2
-96
lines changed

1 file changed

+2
-96
lines changed

README.md

Lines changed: 2 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Commit that resulted in the image being built
2828
```
2929
- name: report image by action
3030
with:
31-
CF_HOST: "https://my-runtime-url"
31+
CF_RUNTIME_NAME: "codefresh-hosted"
3232
CF_API_KEY: ${{ secrets.CF_TOKEN }}
3333
3434
#Codefresh Integrations to USE
@@ -47,98 +47,4 @@ Commit that resulted in the image being built
4747

4848

4949
# Complete List of Arguments
50-
### service
51-
- #### CF_HOST
52-
- **description**: Name of runtime to implement the enrichment
53-
- required
54-
- ["example",["https://codefresh.yourdoamin.com:80"]]
55-
- **default**: [runtime_host_url]
56-
- #### CF_API_KEY
57-
- **description**: Codefresh API key
58-
- required
59-
- secret
60-
### general
61-
- #### CF_IMAGE
62-
- **description**: Image path to enrich
63-
- required
64-
- ["examples",["mydockerhub/pushedimage:fix"]]
65-
- **default**: [full image path here, including tag]
66-
- #### CF_CONTAINER_REGISTRY_INTEGRATION
67-
- **description**: Name of Container registry integration
68-
- #### CF_WORKFLOW_URL
69-
- **description**: The reported URL of the workflow that builds the image.
70-
- ["examples",["https://github.com/saffi-codefresh/csdp-report-image-github-action/actions/runs/2389116616"]]
71-
- **default**: [URL of the workflow that builds the image]
72-
- #### CF_WORKFLOW_NAME
73-
- **description**: The name assigned to the workflow that builds the image. When defined, the name is displayed in the Codefresh platform.
74-
- ["examples",["Staging build step"]]
75-
- #### CF_CI_TYPE
76-
- **description**: Name of integration type, used for filtering results by the reporting tool type
77-
- ["examples",["git-action","classic","jenkins",""]]
78-
### git
79-
- #### CF_GIT_BRANCH
80-
- **description**: The git branch which is related for the commit
81-
- #### CF_GIT_REPO
82-
- **description**: The the git repository used for building the image
83-
- required
84-
### explicit-git-setup
85-
- #### CF_GIT_PROVIDER
86-
- **description**: The git integration type use (i.e. github)
87-
- required
88-
### github
89-
- #### CF_GITHUB_TOKEN
90-
- **description**: GitHub Access token
91-
- required
92-
- ["examples",["ghp_vVvA6oh5iCO...."]]
93-
- secret
94-
- **default**: [github-personal-access-token]
95-
- #### CF_GITHUB_API_URL
96-
- **description**: Specify github host api url
97-
- ["examples",["https://api.github.com"]]
98-
### gitlab
99-
- #### CF_GITLAB_TOKEN
100-
- **description**: When explicit authentication used: For gitlab use, authenticate with a gitlab-token
101-
- required
102-
- ["examples",["glpat-CzJ...."]]
103-
- secret
104-
- #### CF_GITLAB_HOST_URL
105-
- **description**: Specify gitlab host url
106-
- ["examples",["https://gitlab.com"]]
107-
### bitbucket
108-
- #### CF_BITBUCKET_USERNAME
109-
- **description**: Bitbucket username
110-
- required
111-
- #### CF_BITBUCKET_PASSWORD
112-
- **description**: Bitbucket password
113-
- required
114-
- secret
115-
### bitbucketServer
116-
- #### CF_BITBUCKET_USERNAME
117-
- **description**: Bitbucket server username
118-
- required
119-
- #### CF_BITBUCKET_PASSWORD
120-
- **description**: Bitbucket server password
121-
- required
122-
- secret
123-
- #### CF_BITBUCKET_HOST_URL
124-
- **description**: Bitbucket server host url
125-
- required
126-
- ["examples",["https://bitbucket-server:7990"]]
127-
### jira
128-
- #### CF_JIRA_INTEGRATION
129-
- **description**: Name of Jira integration
130-
- **default**: [jira-registry-integration-name]
131-
- #### CF_JIRA_PROJECT_PREFIX
132-
- **description**: Jira project filter
133-
- required
134-
- ["examples",["CR"]]
135-
- **default**: [jira-project-prefix]
136-
- #### CF_JIRA_MESSAGE
137-
- **description**: String starting with the issue ID to associate with image
138-
- required
139-
- ["examples",["fix CR-11312 "]]
140-
- **default**: [issue id]
141-
- #### CF_JIRA_FAIL_ON_NOT_FOUND
142-
- **description**: When enabled, Fail the image report when the specified Jira issue is not found.
143-
- ["examples",["true"]]
144-
50+
https://codefresh.io/csdp-docs/docs/integrations/github-actions/#codefresh-github-action-integration-arguments

0 commit comments

Comments
 (0)