Skip to content

Commit d494b80

Browse files
Merge pull request #58 from contentful/add-catalog-info
fix:[EXT-5024]add catalog-info file
2 parents d6b73c5 + c7fe654 commit d494b80

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

catalog-info.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Backstage documentation
2+
# https://backstage.io/docs/features/software-catalog/descriptor-format/
3+
4+
# !!! WARNING !!!
5+
# This is a template file with a number of fields that need to be filled before merging this to the default branch
6+
apiVersion: backstage.io/v1alpha1
7+
# Component, API, Template, Group, User, Resource, System, Domain, Location
8+
kind: Component
9+
metadata:
10+
name: contentful-core.php
11+
description: unknown
12+
annotations:
13+
github.com/project-slug: contentful/contentful-core.php
14+
contentful.com/service-tier: "unknown" #1, 2, 3, 4
15+
16+
tags:
17+
- update-me
18+
#need to add sast.yaml to .github/workflows and enable it in polaris dashboard
19+
#once that is done this can be changed to sast-enabled
20+
- sast-disabled
21+
#make this match the value from service-tier above
22+
- tier-unknown
23+
spec:
24+
#cli, component, contentful.com/template, documentation, function, library, service, template, website
25+
type: library
26+
#deprecated, experimental, production, unknown
27+
lifecycle: unknown
28+
system: unknown #optional
29+
# your team name as it appears in github when tagging them for reviews
30+
owner: group:team-developer-experience

0 commit comments

Comments
 (0)