Skip to content

Commit

Permalink
fix:[]add catalog-info file
Browse files Browse the repository at this point in the history
  • Loading branch information
cf-allstar[bot] authored Oct 26, 2023
1 parent 4dc30e2 commit f203239
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 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: starter-gatsby-blog
description: unknown
annotations:
github.com/project-slug: contentful/starter-gatsby-blog
contentful.com/service-tier: "unknown" #1, 2, 3, 4

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-unknown

0 comments on commit f203239

Please sign in to comment.