Skip to content

Commit

Permalink
Merge pull request contentful-userland#180 from contentful-userland/a…
Browse files Browse the repository at this point in the history
…dd-catalog-info

fix:[]add catalog-info file
  • Loading branch information
floriank authored Jun 25, 2024
2 parents c90493c + 2879f14 commit 2c27f6f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 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: unknown
metadata:
name: contentful.ex
description: unknown
annotations:
github.com/project-slug: contentful-userland/contentful.ex
contentful.com/service-tier: "unknown" #1, 2, 3, 4

tags:
#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:
type: library
lifecycle: production
system: unknown #optional
# your team name as it appears in github when tagging them for reviews
owner: user:florian-kraft

0 comments on commit 2c27f6f

Please sign in to comment.