-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcatalog-info.yaml
36 lines (33 loc) · 1.46 KB
/
catalog-info.yaml
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
# Backstage documentation
# https://backstage.io/docs/features/software-catalog/descriptor-format/
# !!! WARNING !!!
# This is a template file with a number of fields that need to be filled before merging this to the default branch
apiVersion: backstage.io/v1alpha1
# Component, API, Template, Group, User, Resource, System, Domain, Location
kind: Component #this is the likely default, feel free to change to one of the above
metadata:
name: svelte-starter
description: unknown
annotations:
github.com/project-slug: contentful/svelte-starter
contentful.com/service-tier: "4" #1, 2, 3, 4
# optional
# https://contentful.roadie.so/catalog/default/component/ci-alerts/docs/
# to send CI alerts to your channel setup the integration using the docs above
# and set the value below to your channel.
contentful.com/ci-alert-slack: unknown # slack channel without the hashtag
tags:
- update-me
#need to add sast.yaml to .github/workflows and enable it in polaris dashboard
#once that is done this can be changed to sast-enabled
- sast-disabled
#make this match the value from service-tier above
- tier-unknown
spec:
#cli, component, contentful.com/template, documentation, function, library, service, template, website
type: unknown
#deprecated, experimental, production, unknown
lifecycle: unknown
system: unknown #optional
# your team name as it appears in github when tagging them for reviews
owner: group:team-devrel