forked from grafana/shared-workflows
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalog-info.yaml
More file actions
413 lines (391 loc) · 12.1 KB
/
catalog-info.yaml
File metadata and controls
413 lines (391 loc) · 12.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
github.com/project-slug: grafana/shared-workflows
name: shared-workflows
title: shared-workflows
spec:
lifecycle: production
owner: group:platform-productivity
type: library
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
github.com/project-slug: grafana/shared-workflows
description: Lint Argo workflow files
links:
- title: README
url: https://github.com/grafana/shared-workflows/blob/main/actions/argo-lint/README.md
name: shared-workflows-argo-lint
title: argo-lint
spec:
lifecycle: production
owner: group:platform-productivity
subcomponentOf: component:shared-workflows
type: github-action
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
github.com/project-slug: grafana/shared-workflows
description: Authenticate to AWS from GitHub Actions via OpenID Connect
links:
- title: README
url: https://github.com/grafana/shared-workflows/blob/main/actions/aws-auth/README.md
name: shared-workflows-aws-auth
title: aws-auth
spec:
lifecycle: production
owner: group:platform-productivity
subcomponentOf: component:shared-workflows
type: github-action
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
github.com/project-slug: grafana/shared-workflows
description: Build and publish docker images to DockerHub
links:
- title: README
url: https://github.com/grafana/shared-workflows/blob/main/actions/build-push-to-dockerhub/README.md
name: shared-workflows-build-push-to-dockerhub
title: build-push-to-dockerhub
spec:
lifecycle: production
owner: group:platform-productivity
subcomponentOf: component:shared-workflows
type: github-action
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
github.com/project-slug: grafana/shared-workflows
description: Auto dismiss Dependabot alerts based on manifest path
links:
- title: README
url: https://github.com/grafana/shared-workflows/blob/main/actions/dependabot-auto-triage/README.md
name: shared-workflows-dependabot-auto-triage
title: dependabot-auto-triage
spec:
lifecycle: production
owner: group:platform-productivity
subcomponentOf: component:shared-workflows
type: github-action
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
github.com/project-slug: grafana/shared-workflows
description: Using the shared Grafana Labs DockerHub credentials, log in to DockerHub
links:
- title: README
url: https://github.com/grafana/shared-workflows/blob/main/actions/dockerhub-login/README.md
name: shared-workflows-dockerhub-login
title: dockerhub-login
spec:
lifecycle: production
owner: group:platform-productivity
subcomponentOf: component:shared-workflows
type: github-action
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
github.com/project-slug: grafana/shared-workflows
description: Find the PR associated with a commit
links:
- title: README
url: https://github.com/grafana/shared-workflows/blob/main/actions/find-pr-for-commit/README.md
name: shared-workflows-find-pr-for-commit
title: find-pr-for-commit
spec:
lifecycle: production
owner: group:platform-productivity
subcomponentOf: component:shared-workflows
type: github-action
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
github.com/project-slug: grafana/shared-workflows
description: Takes in a locally stored OpenAPI spec and generates a client from
it
links:
- title: README
url: https://github.com/grafana/shared-workflows/blob/main/actions/generate-openapi-clients/README.md
name: shared-workflows-generate-openapi-clients
title: generate-openapi-clients
spec:
lifecycle: production
owner: group:platform-cat
subcomponentOf: component:shared-workflows
type: github-action
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
github.com/project-slug: grafana/shared-workflows
description: Retrieve a specific artifact of the latest run of a workflow for a
pull request
links:
- title: README
url: https://github.com/grafana/shared-workflows/blob/main/actions/get-latest-workflow-artifact/README.md
name: shared-workflows-get-latest-workflow-artifact
title: get-latest-workflow-artifact
spec:
lifecycle: production
owner: group:platform-productivity
subcomponentOf: component:shared-workflows
type: github-action
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
github.com/project-slug: grafana/shared-workflows
description: Composite action (step) to get secrets from Grafana Labs' Vault instance.
links:
- title: README
url: https://github.com/grafana/shared-workflows/blob/main/actions/get-vault-secrets/README.md
name: shared-workflows-get-vault-secrets
title: get-vault-secrets
spec:
lifecycle: production
owner: group:platform-productivity
subcomponentOf: component:shared-workflows
type: github-action
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
github.com/project-slug: grafana/shared-workflows
description: Run lint on the PR title to check if It matches the commitlint specification.
links:
- title: README
url: https://github.com/grafana/shared-workflows/blob/main/actions/lint-pr-title/README.md
name: shared-workflows-lint-pr-title
title: lint-pr-title
spec:
lifecycle: production
owner: group:infra-o11y-frontend
subcomponentOf: component:shared-workflows
type: github-action
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
github.com/project-slug: grafana/shared-workflows
description: Composite action to push to Google Artifact Registry
links:
- title: README
url: https://github.com/grafana/shared-workflows/blob/main/actions/login-to-gar/README.md
name: shared-workflows-login-to-gar
title: login-to-gar
spec:
lifecycle: production
owner: group:platform-productivity
subcomponentOf: component:shared-workflows
type: github-action
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
github.com/project-slug: grafana/shared-workflows
description: Composite action to login to Google Cloud Storage
links:
- title: README
url: https://github.com/grafana/shared-workflows/blob/main/actions/login-to-gcs/README.md
name: shared-workflows-login-to-gcs
title: login-to-gcs
spec:
lifecycle: production
owner: group:platform-productivity
subcomponentOf: component:shared-workflows
type: github-action
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
github.com/project-slug: grafana/shared-workflows
description: Composite action to push to Google Artifact Registry
links:
- title: README
url: https://github.com/grafana/shared-workflows/blob/main/actions/push-to-gar-docker/README.md
name: shared-workflows-push-to-gar-docker
title: push-to-gar-docker
spec:
lifecycle: production
owner: group:platform-productivity
subcomponentOf: component:shared-workflows
type: github-action
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
github.com/project-slug: grafana/shared-workflows
description: Composite action to push to Google Cloud Storage
links:
- title: README
url: https://github.com/grafana/shared-workflows/blob/main/actions/push-to-gcs/README.md
name: shared-workflows-push-to-gcs
title: push-to-gcs
spec:
lifecycle: production
owner: group:platform-productivity
subcomponentOf: component:shared-workflows
type: github-action
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
github.com/project-slug: grafana/shared-workflows
description: This action removes credentials stored by the actions/checkout action
links:
- title: README
url: https://github.com/grafana/shared-workflows/blob/main/actions/remove-checkout-credentials/README.md
name: shared-workflows-remove-checkout-credentials
title: remove-checkout-credentials
spec:
lifecycle: production
owner: group:platform-productivity
subcomponentOf: component:shared-workflows
type: github-action
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
github.com/project-slug: grafana/shared-workflows
description: Composite action to send a Slack message
links:
- title: README
url: https://github.com/grafana/shared-workflows/blob/main/actions/send-slack-message/README.md
name: shared-workflows-send-slack-message
title: send-slack-message
spec:
lifecycle: production
owner: group:platform-productivity
subcomponentOf: component:shared-workflows
type: github-action
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
github.com/project-slug: grafana/shared-workflows
description: Setup Argo cli and add it to the PATH, this action will pull the binary
from GitHub releases and store it in cache for the next run.
links:
- title: README
url: https://github.com/grafana/shared-workflows/blob/main/actions/setup-argo/README.md
name: shared-workflows-setup-argo
title: setup-argo
spec:
lifecycle: production
owner: group:platform-productivity
subcomponentOf: component:shared-workflows
type: github-action
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
github.com/project-slug: grafana/shared-workflows
description: Setup conftest and add it to the PATH, this action will pull the binary
from GitHub releases and store it in cache for the next run.
links:
- title: README
url: https://github.com/grafana/shared-workflows/blob/main/actions/setup-conftest/README.md
name: shared-workflows-setup-conftest
title: setup-conftest
spec:
lifecycle: production
owner: group:platform-productivity
subcomponentOf: component:shared-workflows
type: github-action
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
github.com/project-slug: grafana/shared-workflows
description: Setup jrsonnet CLI and add it to the PATH, this action will pull the
binary from GitHub releases and store it in cache for the next run.
links:
- title: README
url: https://github.com/grafana/shared-workflows/blob/main/actions/setup-jrsonnet/README.md
name: shared-workflows-setup-jrsonnet
title: setup-jrsonnet
spec:
lifecycle: production
owner: group:platform-productivity
subcomponentOf: component:shared-workflows
type: github-action
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
github.com/project-slug: grafana/shared-workflows
description: Rewrite links inside techdocs pointing to outside resources
links:
- title: README
url: https://github.com/grafana/shared-workflows/blob/main/actions/techdocs-rewrite-relative-links/README.md
name: shared-workflows-techdocs-rewrite-relative-links
title: techdocs-rewrite-relative-links
spec:
lifecycle: production
owner: group:platform-productivity
subcomponentOf: component:shared-workflows
type: github-action
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
github.com/project-slug: grafana/shared-workflows
description: Trigger an Argo workflow in the Grafana Labs Argo Workflows instance
links:
- title: README
url: https://github.com/grafana/shared-workflows/blob/main/actions/trigger-argo-workflow/README.md
name: shared-workflows-trigger-argo-workflow
title: trigger-argo-workflow
spec:
lifecycle: production
owner: group:platform-productivity
subcomponentOf: component:shared-workflows
type: github-action
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
github.com/project-slug: grafana/shared-workflows
description: Validates the Policy Bot configuration file.
links:
- title: README
url: https://github.com/grafana/shared-workflows/blob/main/actions/validate-policy-bot-config/README.md
name: shared-workflows-validate-policy-bot-config
title: validate-policy-bot-config
spec:
lifecycle: production
owner: group:platform-productivity
subcomponentOf: component:shared-workflows
type: github-action