Skip to content

Commit 184e5c7

Browse files
cf-allstar[bot]mgoudy91
andauthored
fix:[]add catalog-info file (#290)
* fix:[]add catalog-info file * Update catalog-info.yaml * Update catalog-info.yaml --------- Co-authored-by: cf-allstar[bot] <137892573+cf-allstar[bot]@users.noreply.github.com> Co-authored-by: Mitch Goudy <mgoudy91@gmail.com>
1 parent c1e5e6c commit 184e5c7

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

catalog-info.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Backstage documentation
2+
# https://backstage.io/docs/features/software-catalog/descriptor-format/
3+
apiVersion: backstage.io/v1alpha1
4+
kind: Component
5+
metadata:
6+
name: contentful.java
7+
description: |
8+
JavaScript library for Contentful's Delivery and Preview APIs
9+
annotations:
10+
github.com/project-slug: contentful/contentful.java
11+
contentful.com/service-tier: "unknown" #1, 2, 3, 4
12+
tags:
13+
- update-me
14+
#need to add sast.yaml to .github/workflows and enable it in polaris dashboard
15+
#once that is done this can be changed to sast-enabled
16+
- sast-disabled
17+
#make this match the value from service-tier above
18+
- tier-unknown
19+
spec:
20+
type: library
21+
lifecycle: production
22+
owner: group:team-developer-experience

0 commit comments

Comments
 (0)